SharpPlot Reference > SharpPlot Properties > StepChartStyle Property SharpPlot.StepChartStyle Property
Set Stepchart style to any combination of flags.
public StepChartStyles StepChartStyle {get; set;}
Example
sp.StepChartStyle = StepChartStyles.Indexed;
Options
CroppedAxes | Crops all chart elements at the axis boundary | ExplodeAxes | Axes are set back from the plotting area | FrameAxes | Axes are completed to frame chart and all data is cropped | GridLines | Draw gridlines (all axes) | Horizontal | Horizontal chart | Indexed | Data is indexed to the initial value = 100 | NoAxes | No axes are drawn on the chart | OverlayGrid | Gridlines are drawn ontop of data | Risers | Draw risers to data points from axis or fitted model | SegmentLines | Break lines at missing values rather than drawing across the gap | SurfaceShading | Surface shading is used on linecharts, down to the axis or a given baseline | ValueTags | Value tags are written for data items |
See also ...SharpPlot Members | SharpPlot.DrawStepChart Method
Send comments on this topic © Dyalog Ltd 2021
|