Exposes properties related to the BoxAndWhisker chart type.
Inheritance
object
Constructors
Section titled "Constructors"constructor
public BoxAndWhiskerSettings(bool showInnerPoints = false, bool showOutlierPoints = true, bool showMeanMarkers = true, bool showMeanLine = false, QuartileCalculation quartileCalculation = QuartileCalculation.ExclusiveMedian) Returns BoxAndWhiskerSettings
Properties
Section titled "Properties"QuartileCalculation
Section titled "QuartileCalculation"Determines the method for median calculation.
public QuartileCalculation QuartileCalculation { get; } ShowInnerPoints
Section titled "ShowInnerPoints"Determines whether inner points appear on a box and whisker chart.
public bool ShowInnerPoints { get; } ShowMeanLine
Section titled "ShowMeanLine"Determines whether a mean line appears on a box and whisker chart.
public bool ShowMeanLine { get; } ShowMeanMarkers
Section titled "ShowMeanMarkers"Determines whether mean markers appear on a box and whisker chart.
public bool ShowMeanMarkers { get; } ShowOutlierPoints
Section titled "ShowOutlierPoints"Determines whether outlier points appear on a box and whisker chart.
public bool ShowOutlierPoints { get; }