This is a migrated thread and some comments may be shown as answers.

x axis minor gridlines

1 Answer 69 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 06 Jan 2012, 10:07 PM
do the minor gridlines or tick marks appear on the X axis? If so, how?

i have this code, but still nothing appears, only the major lines.

my xaxis is a date value

            
chart1.PlotArea.XAxis.Appearance.MinorGridLines.Color =
Color.Black;<BR>           
chart1.PlotArea.XAxis.Appearance.MinorGridLines.EndCap =
LineCap.Flat;<BR>           
chart1.PlotArea.XAxis.Appearance.MinorGridLines.PenStyle =
DashStyle.Solid;<BR>           
chart1.PlotArea.XAxis.Appearance.MinorGridLines.Visible =
true;<BR>           
chart1.PlotArea.XAxis.Appearance.MinorTick.Visible =
true;<BR>           
chart1.PlotArea.XAxis.Appearance.MinorTick.Color = Color.Black;

1 Answer, 1 is accepted

Sort by
0
Accepted
Elian
Telerik team
answered on 09 Jan 2012, 08:04 PM
Hello,

Unfortunately, you can't have minor ticks/gridlines on the x-axis. This functionality is not yet implemented.

Kind regards,
Elian
the Telerik team

Q3’11 of Telerik Reporting is available for download. Register for the What's New in Data Tools webinar to see what's new and get a chance to WIN A FREE LICENSE!

Tags
General Discussions
Asked by
Robert
Top achievements
Rank 1
Answers by
Elian
Telerik team
Share this question
or