Class BoxPlotMode
Specifies the box plot mode for box and whisker chart series.
Inheritance
System.Object
BoxPlotMode
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class BoxPlotMode : Enum
Fields
Exclusive
Defines to series render based on exclusive mode.
Declaration
public const BoxPlotMode Exclusive
Field Value
Type |
---|
BoxPlotMode |
Inclusive
Defines to series render based on inclusive mode.
Declaration
public const BoxPlotMode Inclusive
Field Value
Type |
---|
BoxPlotMode |
Normal
Defines to series render based on normal mode.
Declaration
public const BoxPlotMode Normal
Field Value
Type |
---|
BoxPlotMode |