| Contents > Enumerations | Index |
BoxPlotStyles Enumeration
Box and Whisker style (flags).
[flags]
public enum BoxPlotStyles
Members
| ForceZero | Force zero (all axes include origin) |
| NoAxes | No axes are drawn on the chart |
| ExplodeAxes | Axes are set back from the plotting area |
| FrameAxes | Axes are completed to frame chart |
| TicksBetween | Tickmarks are drawn between bars or groups of bars |
| TabularData | Array elements represent categories of data, not categorisations |
| Horizontal | Horizontal chart (Barcharts,MaxMin,Gantt) |
| GridLines | Draw gridlines (all axes) |
| OverlayGrid | Gridlines are drawn ontop of data |
| DecileWhiskers | BoxWhisker indicates deciles with dotted lines |
| ErrorBars | Show errorbars on Hi-Lo charts and boxplots |
Requirements
Namespace: Causeway
Assembly: SharpPlot (in sharpplot.dll)
