SharpPlot.MinMaxChartStyle Property

Set MinMax style to any combination of flags.

public MinMaxChartStyles MinMaxChartStyle {get; set;}

Example

sp.MinMaxChartStyle = MinMaxChartStyles.Envelope;

Options

XYPlotFirst column gives the X-values for LinePlot
IndexedData is indexed to the initial value = 100
NoLinesNo lines are drawn (turns off default)
EnvelopeShade region within Hi-Lo bounds on MinMax chart
CurvesPoints are joined with smooth curves rather than straight lines
ValueTagsValue tags are written for data items
DriftMarkersMark only the far end of Hi-Lo charts
PlainPlain axes or value tags on piechart
TerminatedDraw current marker on both ends of MinMax plots
ErrorBarsShow errorbars on Hi-Lo charts and boxplots
ArrowLinesDraw arrows at ends of lines
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)
HorizontalHorizontal chart (Barcharts,MaxMin,Gantt)

See also ...

SharpPlot Members | DrawMinMaxChart Method