SharpPlot.MinMaxChartStyle Property
Set MinMax style to any combination of flags.
public MinMaxChartStyles MinMaxChartStyle {get; set;}
Example
sp.MinMaxChartStyle = MinMaxChartStyles.Envelope;
Options
| XYPlot | First column gives the X-values for LinePlot |
| Indexed | Data is indexed to the initial value = 100 |
| NoLines | No lines are drawn (turns off default) |
| Envelope | Shade region within Hi-Lo bounds on MinMax chart |
| Curves | Points are joined with smooth curves rather than straight lines |
| ValueTags | Value tags are written for data items |
| DriftMarkers | Mark only the far end of Hi-Lo charts |
| Plain | Plain axes or value tags on piechart |
| Terminated | Draw current marker on both ends of MinMax plots |
| ErrorBars | Show errorbars on Hi-Lo charts and boxplots |
| ArrowLines | Draw arrows at ends of lines |
| NoAxes | No axes are drawn on the chart |
| ExplodeAxes | Axes are set back from the plotting area |
| FrameAxes | Axes are completed to frame chart |
| GridLines | Draw gridlines (all axes) |
| Horizontal | Horizontal chart (Barcharts,MaxMin,Gantt) |
See also ...
SharpPlot Members | DrawMinMaxChart Method