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

CroppedAxesCrops all chart elements at the axis boundary
ExplodeAxesAxes are set back from the plotting area
FrameAxesAxes are completed to frame chart and all data is cropped
GridLinesDraw gridlines (all axes)
HorizontalHorizontal chart
IndexedData is indexed to the initial value = 100
NoAxesNo axes are drawn on the chart
OverlayGridGridlines are drawn ontop of data
RisersDraw risers to data points from axis or fitted model
SegmentLinesBreak lines at missing values rather than drawing across the gap
SurfaceShadingSurface shading is used on linecharts, down to the axis or a given baseline
ValueTagsValue tags are written for data items

See also ...

SharpPlot Members | SharpPlot.DrawStepChart Method


Send comments on this topic
© Dyalog Ltd 2021