64666

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