Class BoxPlotMode
Specifies the value for the BoxPlotMode.
Inheritance
System.Object
BoxPlotMode
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public sealed class BoxPlotMode : Enum
Fields
Exclusive
Represents the BoxPlotMode as Exclusive.
Declaration
public const BoxPlotMode Exclusive
Field Value
| Type |
|---|
| BoxPlotMode |
Inclusive
Represents the BoxPlotMode as Inclusive.
Declaration
public const BoxPlotMode Inclusive
Field Value
| Type |
|---|
| BoxPlotMode |
Normal
Represents the BoxPlotMode as Normal.
Declaration
public const BoxPlotMode Normal
Field Value
| Type |
|---|
| BoxPlotMode |