SharpPlot.StepChartStyle Property

Set Stepchart style to any combination of flags.

public StepChartStyles StepChartStyle {get; set;}

Example

sp.StepChartStyle = StepChartStyles.Indexed;

Options

IndexedData is indexed to the initial value = 100
ValueTagsValue tags are written for data items
RisersDraw risers to data points from axis or fitted model
SurfaceShadingSurface shading is used on linecharts, down to the axis or a given baseline
NoAxesNo axes are drawn on the chart
ExplodeAxesAxes are set back from the plotting area
FrameAxesAxes are completed to frame chart
GridLinesDraw gridlines (all axes)
OverlayGridGridlines are drawn ontop of data

See also ...

SharpPlot Members | DrawStepChart Method