SharpPlot Tutorials > Style Examples > No Axes are drawn 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 Members | SharpPlot.BarChartStyle Property | SharpPlot.BoxPlotStyle Property | SharpPlot.CloudChartStyle Property | SharpPlot.GanttChartStyle Property | SharpPlot.LineGraphStyle Property | SharpPlot.MinMaxChartStyle Property | SharpPlot.PolarChartStyle Property | SharpPlot.ResponsePlotStyle Property | SharpPlot.ScatterPlotStyle Property | SharpPlot.StepChartStyle Property | SharpPlot.TowerChartStyle Property | SharpPlot.TraceChartStyle Property | SharpPlot.XBarChartStyle Property
Send comments on this topic © Dyalog Ltd 2021
|