Hi Kiran,
You could change the color of the GridLines of the RadHtmlChart by using the
MajorGridLines and
MinorGridLines properties in the markup for both the XAxis and the YAxis in the PlotArea. If you want to set the color of the GridLines of the XAxis to Red and the GridLines of the YAxis to Blue, you could use the following:
A good example for coloring the GridLines can be found in our
Area Chart's documentation.
In case you want to hide the GridLines, you can set their
Visible property to
false, e.g.
All the best,
Stamo Gochev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now.