| Contents > Glossaries > Style examples | Index |
Framed axes
The axes are completed to form a frame around the chart. This style is supported by all the conventional 2D charts.

sp.LineGraphStyle = LineGraphStyles.FrameAxes;
This also prevents the axes from extending beyond the final tickmarks. This style is often combined with inward-pointing tickmarks.
See also ...
SharpPlot | BarChartStyle | BoxPlotStyle | GanttChartStyle | HistogramStyle | LineGraphStyle | MinMaxChartStyle | ScatterPlotStyle | StepChartStyle | TraceChartStyle | XBarChartStyle
