| Contents > Glossaries > Style examples | Index |
Gridlines
Gridlines are drawn from major tickmarks on all axes. This style is supported by all the conventional charts.

sp.LineGraphStyle = LineGraphStyles.GridLines; sp.XAxisStyle = XAxisStyles.GridLines;
This style can also be set individually by axis.
See also ...
SharpPlot | BarChartStyle | BoxPlotStyle | CloudChartStyle | GanttChartStyle | LineGraphStyle | MinMaxChartStyle | PolarChartStyle | ResponsePlotStyle | ScatterPlotStyle | StepChartStyle | TableStyle | TowerChartStyle | TraceChartStyle | XAxisStyle | XBarChartStyle | YAxisStyle | ZAxisStyle
