Reference > 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
CroppedAxesCrops all chart elements at the axis boundary
CurvesPoints are joined with smooth curves rather than straight lines
DriftMarkersMark only the far end of Hi-Lo charts
EnvelopeShade region within Hi-Lo bounds on MinMax chart
ErrorBarsShow errorbars on Hi-Lo charts and boxplots
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 (Barcharts,MaxMin,Gantt,Stepchart)
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
PlainPlain axes or value tags on piechart
TerminatedDraw current marker on both ends of MinMax plots and target of Vector plots
ValueTagsValue tags are written for data items
XYPlotFirst column gives the X-values for LinePlot

See also ...

SharpPlot Members | DrawMinMaxChart Method


Send comments on this topic
© Dyalog Ltd 2013