| Contents > Enumerations | Index |
MinMaxChartStyles Enumeration
Min-Max (Hi-Lo plot) Style (flags).
[flags]
public enum MinMaxChartStyles
Members
| 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) |
Requirements
Namespace: Causeway
Assembly: SharpPlot (in sharpplot.dll)
