Antialiasing

TeeChart for Java (NetBeans, Eclipse, Android Studio, etc)
Post Reply
Jesse
Newbie
Newbie
Posts: 28
Joined: Tue Mar 11, 2008 12:00 am
Location: Austin, TX

Antialiasing

Post by Jesse » Wed Mar 18, 2009 5:50 pm

TeeChart 2 seems to default to antialiasing for everything. How do I turn this off? It is too blurry.

Jesse
Newbie
Newbie
Posts: 28
Joined: Tue Mar 11, 2008 12:00 am
Location: Austin, TX

Post by Jesse » Wed Mar 18, 2009 8:07 pm

Nevermind. Found it.

Code: Select all

teeChart.getAspect().setSmoothingMode(false);

Post Reply