Exposes properties related to the BoxAndWhisker chart type.

Inheritance

constructor

public BoxAndWhiskerSettings(bool showInnerPoints = false, bool showOutlierPoints = true, bool showMeanMarkers = true, bool showMeanLine = false, QuartileCalculation quartileCalculation = QuartileCalculation.ExclusiveMedian)

Returns BoxAndWhiskerSettings

Determines the method for median calculation.

public QuartileCalculation QuartileCalculation { get; }

Determines whether inner points appear on a box and whisker chart.

public bool ShowInnerPoints { get; }

Determines whether a mean line appears on a box and whisker chart.

public bool ShowMeanLine { get; }

Determines whether mean markers appear on a box and whisker chart.

public bool ShowMeanMarkers { get; }

Determines whether outlier points appear on a box and whisker chart.

public bool ShowOutlierPoints { get; }