SharpPlot.BoxPlotStyle Property
Set Boxplot style as any combination of allowed styles.
public BoxPlotStyles BoxPlotStyle {get; set;}
Example
sp.BoxPlotStyle = BoxPlotStyles.DecileWhiskers;
Options
| 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 |
See also ...
SharpPlot Members | DrawBoxPlot Method