| Contents > Glossaries > Style examples | Index |
Forcezero
All axes are forced to include the origin (for scatterplots and cloud charts).

sp.ScatterPlotStyle = ScatterPlotStyles.ForceZero; sp.XAxisStyle = XAxisStyles.ForceZero;
This style also can be applied individually to each axis.
See also ...
SharpPlot | BarChartStyle | BoxPlotStyle | IAxisStyle | PolarChartStyle | ResponsePlotStyle | ScatterPlotStyle | TowerChartStyle | XAxisStyle | XBarChartStyle | YAxisStyle | ZAxisStyle
