|
urgent |
Posted by shila on Jan-01-2009 16:35 |
|
Hello sir,
I want to show the grid lines on graph,can you please tell me how to do it with chartdirector.
Also i have to change number of griid lines according to user choice as 5,7,9.can you please reply asap...
Thanks
Shila |
Re: urgent |
Posted by Peter Kwan on Jan-02-2009 17:18 |
|
Hi Shila,
I am not too sure the type of grid lines you want to show. Most of the sample charts that come with ChartDirector has grid lines. For example, see "Multi-Line Chart". (You may look up for "Multi-Line Chart" in the documentation index.)
You may change the grid line positions by modifying the x-axis labels, label steps, or by setting the axis scale using Axis.setLinearScale, Axis.setLogScale, Axis.setDateScale, etc..
You may also add custom mark lines at any arbitrary positions. See the sample code "Marks and Zones" and "Marks and Zones (2)".
If you need further help, would you mind to attach an example to illustrate what you need achieve?
Regards
Peter Kwan |
|