[]
        
(Showing Draft Content)

C1.Chart.Standard.BoxWhisker

BoxWhisker Class

Represents a Box-whisker series of FlexChart.

Inheritance
BoxWhisker
Namespace: C1.Chart.Standard
Assembly: C1.Chart.dll
Syntax
public class BoxWhisker : Series
Remarks

The BoxWhisker series is normally used to compare distributions between different sets of numerical data.

Constructors

Name Description
BoxWhisker()

Properties

Name Description
GapWidth

Gets or sets a value that determines the gap width as a percentage for the Box-Whisker series.

GroupWidth

Gets or sets a value that determines the group width as a percentage for the Box-Whisker series.

QuartileCalculation

Gets or sets a value that specifies the quartile calculation for the Box-whisker series.

ShowInnerPoints

Gets or sets a value that determines whether to show the inner points for the Box-whisker series.

ShowMeanLine

Gets or sets a value that determines whether to show the mean line for the Box-whisker series.

ShowMeanMarks

Gets or sets a value that determines whether to show the mean marker for the Box-whisker series.

ShowOutliers

Gets or sets a value that determines whether to show the outliers for the Box-whisker series.

Methods

Name Description
GetValues(int)

Gets the data values.