| Contents > Glossaries > Style examples | Index |
Surface fill is drawn
Line, Step and Polar charts are shaded down to the X-axis or in to the centre.

sp.LineGraphStyle = LineGraphStyles.SurfaceShading;
If a chart baseline is set, this is used as the target for the surface fill rather than the X-axis. Surface fills look good with markers turned off and maybe with risers (as here).
See also ...
SharpPlot | CloudChartStyle | HistogramStyle | LineGraphStyle | PolarChartStyle | StepChartStyle | TraceChartStyle
