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
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;