SharpPlot.StepChartStyle Property
Set Stepchart style to any combination of flags.
public StepChartStyles StepChartStyle {get; set;}
Example
sp.StepChartStyle = StepChartStyles.Indexed;
Options
| Indexed | Data is indexed to the initial value = 100 |
| ValueTags | Value tags are written for data items |
| Risers | Draw risers to data points from axis or fitted model |
| SurfaceShading | Surface shading is used on linecharts, down to the axis or a given baseline |
| NoAxes | No axes are drawn on the chart |
| ExplodeAxes | Axes are set back from the plotting area |
| FrameAxes | Axes are completed to frame chart |
| GridLines | Draw gridlines (all axes) |
| OverlayGrid | Gridlines are drawn ontop of data |
See also ...
SharpPlot Members | DrawStepChart Method