SharpPlot Reference > SharpPlot Properties > MinMaxChartStyle Property

SharpPlot.MinMaxChartStyle Property

Set MinMax style to any combination of flags.

public MinMaxChartStyles MinMaxChartStyle {get; set;}

Example

sp.MinMaxChartStyle = MinMaxChartStyles.Envelope;

Options

ArrowLinesDraw arrows at ends of lines
ClippedClip axes and lines and markers at chart edge
CroppedAxesCrops all chart elements at the axis boundary
CurvesPoints are joined with smooth curves rather than straight lines
DriftMarkersMark only the far end of bounds (2nd series)
EnvelopeShade region within bounds
ErrorBarsShow errorbars on ranges
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
NoLinesNo lines are drawn (turns off default)
OverlayGridGridlines are drawn ontop of data
TerminatedDraw current marker on both bounds
ValueTagsValue tags are written for data items
XYPlotFirst column gives the X-values for LinePlot

See also ...

SharpPlot Members | SharpPlot.DrawMinMaxChart Method


Send comments on this topic
© Dyalog Ltd 2021