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
ArrowLines | Draw arrows at ends of lines | Clipped | Clip axes and lines and markers at chart edge | CroppedAxes | Crops all chart elements at the axis boundary | Curves | Points are joined with smooth curves rather than straight lines | DriftMarkers | Mark only the far end of bounds (2nd series) | Envelope | Shade region within bounds | ErrorBars | Show errorbars on ranges | ExplodeAxes | Axes are set back from the plotting area | FrameAxes | Axes are completed to frame chart and all data is cropped | GridLines | Draw gridlines (all axes) | Horizontal | Horizontal chart | Indexed | Data is indexed to the initial value = 100 | NoAxes | No axes are drawn on the chart | NoLines | No lines are drawn (turns off default) | OverlayGrid | Gridlines are drawn ontop of data | Terminated | Draw current marker on both bounds | ValueTags | Value tags are written for data items | XYPlot | First column gives the X-values for LinePlot |
See also ...SharpPlot Members | SharpPlot.DrawMinMaxChart Method
Send comments on this topic © Dyalog Ltd 2021
|