|
SharpPlot Reference > SharpPlot Properties > BoxPlotStyle Property SharpPlot.BoxPlotStyle Property
Set Boxplot style as any combination of allowed styles.
public BoxPlotStyles BoxPlotStyle {get; set;}
Example
sp.BoxPlotStyle = BoxPlotStyles.DecileWhiskers;
Options
| CroppedAxes | Crops all chart elements at the axis boundary | | DecileWhiskers | BoxWhisker indicates deciles with dotted lines | | ErrorBars | Shows errorbars on Hi-Lo charts and boxplots | | ExplodeAxes | Axes are set back from the plotting area | | ForceZero | Force zero (all axes include origin) | | FrameAxes | Axes are completed to frame chart and all data is cropped | | GridLines | Draw gridlines (all axes) | | Horizontal | Boxes are drawn horizontally | | NoAxes | No axes are drawn on the chart | | OverlayGrid | Gridlines are drawn ontop of data | | Plain | Omits median line from boxplots | | TabularData | Array elements represent categories of data, not categorisations | | TicksBetween | Tickmarks are drawn between bars or groups of bars |
See also ...SharpPlot Members | SharpPlot.DrawBoxPlot Method
Send comments on this topic © Dyalog Ltd 2021
|