[]
        
(Showing Draft Content)

C1.WPF.Chart.BoxWhisker

BoxWhisker Class

Represents a Box-whisker series of FlexChart.

Implements
Namespace: C1.WPF.Chart
Assembly: C1.WPF.FlexChart.4.6.2.dll
Syntax
public class BoxWhisker : Series, IDisposable
Remarks

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

Constructors

Name Description
BoxWhisker()

Fields

Name Description
GapWidthProperty

Identifies the GapWidth dependency property.

GroupWidthProperty

Identifies the GroupWidth dependency property.

QuartileCalculationProperty

Identifies the QuartileCalculation dependency property.

ShowInnerPointsProperty

Identifies the ShowInnerPoints dependency property.

ShowMeanLineProperty

Identifies the ShowMeanLine dependency property.

ShowMeanMarksProperty

Identifies the ShowMeanMarks dependency property.

ShowOutliersProperty

Identifies the ShowOutliers dependency property.

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
GetItem(int)

Gets data item by its index.

GetValues(int)

Gets the point data array for the specified coordinate dimension.

OnItemsSourceChanged()

Invoked when items source changes.