Enum ChartType.ChartTypeFlags
Chart type flags are used to identify specific to chart settings.
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
[Flags]
protected enum ChartTypeFlags
Fields
| Name | Description |
|---|---|
| CustomAxisLabels | Identifies that chart has custom labels on axis. |
| Indexed | Identifies that chart type is indexed. |
| None | Default chart type flag. |
| NotRequiresAxis | Identifies that axis is not required for this chart type. |
| Rotated | Identifies that chart type is rotated. |
| SideBySide | Identifies that chart segments can be represented side-by-side on area. |
| Stacked | Identifies that chart are represented in stacking form. |