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 | Description |
---|---|
BoxPlotMode |
Inclusive
Defines to series render based on inclusive mode.
Declaration
public const BoxPlotMode Inclusive
Field Value
Type | Description |
---|---|
BoxPlotMode |
Normal
Defines to series render based on normal mode.
Declaration
public const BoxPlotMode Normal
Field Value
Type | Description |
---|---|
BoxPlotMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |