SharpPlot Tutorials > 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 Members | SharpPlot.BarChartStyle Property | SharpPlot.BoxPlotStyle Property | SharpPlot.GanttChartStyle Property | SharpPlot.HistogramStyle Property | SharpPlot.LineGraphStyle Property | SharpPlot.MinMaxChartStyle Property | SharpPlot.ScatterPlotStyle Property | SharpPlot.StepChartStyle Property | SharpPlot.TraceChartStyle Property | SharpPlot.XBarChartStyle Property
Send comments on this topic © Dyalog Ltd 2021
|