Reference > Style examples > Exploded Axes Exploded Axes
This style moves the axes back from the plotting area by one major tick-mark length. It is commonly used on scatterplots where many points fall close to the axis.
sp.LineGraphStyle = LineGraphStyles.ExplodeAxes;
The style applies to all the rectangular 2D charts, and may be used on Multiples to separate the axes on the individual charts within the trellis.
See also ...SharpPlot | BarChartStyle | BoxPlotStyle | GanttChartStyle | HistogramStyle | LineGraphStyle | MinMaxChartStyle | ScatterPlotStyle | StepChartStyle | TraceChartStyle | XBarChartStyle
Send comments on this topic © Dyalog Ltd 2013
|