|
Antialias-Problem in 2d-Stack Area Chart |
Posted by Michael Opitz on Feb-26-2013 22:19 |
|
Hi Peter,
I have a 2D-Stack Area Chart, but the antialias for the values does not seem to work here. I tried the BaseChart.setAntialias()-Options, but it seems that they only affect the labels, but not the layers.
Is there a way to improve the layers?
Very interesting is the fact, that the chart looks much better, with combinedMethod = Chart.Percentage.
Regards,
Michael
|
Re: Antialias-Problem in 2d-Stack Area Chart |
Posted by Peter Kwan on Feb-27-2013 02:18 |
|
Hi Michael,
If your objective is to use anti-alias, there should be no need to call setAntiAlias, as the default is to anti-alias.
In your case, is it possible the border color of the area layer is set to transparent? If this is the case, please use to use Chart.SameAsMainColor as the border color instead.
Please let me know if this can solve the problem.
Regards
Peter Kwan |
Re: Antialias-Problem in 2d-Stack Area Chart |
Posted by Michael Opitz on Feb-27-2013 16:31 |
|
Hi Peter,
that did the trick. Thank you very much.
Regards,
Michael |
|