SharpPlot.BoxPlotStyle Property

Set Boxplot style as any combination of allowed styles.

public BoxPlotStyles BoxPlotStyle {get; set;}

Example

sp.BoxPlotStyle = BoxPlotStyles.DecileWhiskers;

Options

ForceZeroForce zero (all axes include origin)
NoAxesNo axes are drawn on the chart
ExplodeAxesAxes are set back from the plotting area
FrameAxesAxes are completed to frame chart
TicksBetweenTickmarks are drawn between bars or groups of bars
TabularDataArray elements represent categories of data, not categorisations
HorizontalHorizontal chart (Barcharts,MaxMin,Gantt)
GridLinesDraw gridlines (all axes)
OverlayGridGridlines are drawn ontop of data
DecileWhiskersBoxWhisker indicates deciles with dotted lines
ErrorBarsShow errorbars on Hi-Lo charts and boxplots

See also ...

SharpPlot Members | DrawBoxPlot Method