[]
        
(Showing Draft Content)

C1.Blazor.Chart.BoxWhisker

BoxWhisker Class

Represents a Box-whisker series of FlexChart.

Inheritance
BoxWhisker
Implements
IBoxWhisker
ISeries
IStyleProvider
Namespace: C1.Blazor.Chart
Assembly: C1.Blazor.Chart.dll
Syntax
public class BoxWhisker : Series, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IBoxWhisker, ISeries, IStyleProvider
Public Class BoxWhisker
    Inherits Series
    Implements IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IBoxWhisker, ISeries, IStyleProvider
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 point data array for the specified coordinate dimension.