Jagged Line Seen with Date Time Graph
Posted: Mon May 22, 2006 4:12 am
Hi,
We are plotting a graph using TeeChart. The X-axis shows date values.
The Y-axis shows some measurement value. (double).
When we plot a curve with 2 points we are seeing jagged lines.
This problem is very visible when the size of my viewport is small.
When the teechart is hosted in larger window then this jagged line is not visible.
However on smaller window it is very much vissible.
We have set
Aspect.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
But that does not help.
Please suggest on how to fix this issue.
Thanks
We are plotting a graph using TeeChart. The X-axis shows date values.
The Y-axis shows some measurement value. (double).
When we plot a curve with 2 points we are seeing jagged lines.
This problem is very visible when the size of my viewport is small.
When the teechart is hosted in larger window then this jagged line is not visible.
However on smaller window it is very much vissible.
We have set
Aspect.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
But that does not help.
Please suggest on how to fix this issue.
Thanks