| Contents > Glossaries > Style examples | Index |
Overlayed gridlines
Draws the gridlines ontop of the data. May be set as style, xstyle or ystyle to control the axis grids independently.

sp.BarChartStyle = BarChartStyles.OverlayGrid; sp.YAxisStyle = YAxisStyles.OverlayGrid;
The example shows a typical barchart from Tuftes book, using white gridlines to achieve the dissected effect he recommends.
See also ...
SharpPlot | BarChartStyle | BoxPlotStyle | GanttChartStyle | LineGraphStyle | PolarChartStyle | ScatterPlotStyle | StepChartStyle | XAxisStyle | XBarChartStyle | YAxisStyle
