Hi,
How to draw X-axis grid, ie draw horizontal line against y=axis value? please help me out?
sri
Hi,
How to draw X-axis grid, ie draw horizontal line against y=axis value? please help me out?
sri
You need to set the majorGridLineStyle
and/or minorGridLineStyle
properties on your axes. See CPTestApp in the examples folder for some sample code.