Class BoxPlotMode
Defines the box plot mode 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
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class BoxPlotMode : Enum
Fields
Exclusive
Declaration
public const BoxPlotMode Exclusive
Field Value
Type |
---|
BoxPlotMode |
Inclusive
Declaration
public const BoxPlotMode Inclusive
Field Value
Type |
---|
BoxPlotMode |
Normal
Declaration
public const BoxPlotMode Normal
Field Value
Type |
---|
BoxPlotMode |