Class BoxPlotMode
Defines the BoxPlotMode for box and whisker chart series, They are.
exclusive - Series render based on exclusive mode.
inclusive - Series render based on inclusive mode.
normal - Series render based on normal mode.
Inheritance
System.Object
BoxPlotMode
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class BoxPlotMode : Enum
Fields
Exclusive
Declaration
public const BoxPlotMode Exclusive
Field Value
Inclusive
Declaration
public const BoxPlotMode Inclusive
Field Value
Normal
Declaration
public const BoxPlotMode Normal
Field Value
value__
Declaration
Field Value
Type |
Description |
System.Int32 |
|