Reference > 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

CroppedAxesCrops all chart elements at the axis boundary
DecileWhiskersBoxWhisker indicates deciles with dotted lines
ErrorBarsShows errorbars on Hi-Lo charts and boxplots
ExplodeAxesAxes are set back from the plotting area
ForceZeroForce zero (all axes include origin)
FrameAxesAxes are completed to frame chart and all data is cropped
GridLinesDraw gridlines (all axes)
HorizontalBoxes are drawn horizontally
NoAxesNo axes are drawn on the chart
OverlayGridGridlines are drawn ontop of data
PlainOmits median line from boxplots
TabularDataArray elements represent categories of data, not categorisations
TicksBetweenTickmarks are drawn between bars or groups of bars

See also ...

SharpPlot Members | DrawBoxPlot Method


Send comments on this topic
© Dyalog Ltd 2013