| Contents > Glossaries > Style examples | Index |
No Axes are drawn
No axes are drawn. This is often appropriate on 3D plots, or if the chart is simply illustrating the shape of some function.

sp.LineGraphStyle = LineGraphStyles.NoAxes;
This style may be applied to individual axes if required.
See also ...
SharpPlot | BarChartStyle | BoxPlotStyle | CloudChartStyle | GanttChartStyle | LineGraphStyle | MinMaxChartStyle | PolarChartStyle | ResponsePlotStyle | ScatterPlotStyle | StepChartStyle | TowerChartStyle | TraceChartStyle | XBarChartStyle
