Enum BoxPlotMode
Specifies the box plot mode for box and whisker chart series.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum BoxPlotMode
Fields
| Name | Description |
|---|---|
| Exclusive | Renders the series in exclusive mode. |
| Inclusive | Renders the series in inclusive mode. |
| Normal | Renders the series in normal mode. |