| Contents > Glossaries > Style examples | Index |
Clip to axis range
This style may be used on the Linegraph to remove points outside the span of the axes, and clip any lines at the edge of the chart. Datum lines are also left undrawn if they fall beyond the axes.

sp.YAxisStyle = YAxisStyles.Clipped;
The style may also be used independently on the x and y-axes if required.
See also ...
SharpPlot | LineGraphStyle | ScatterPlotStyle | XAxisStyle | YAxisStyle
