Enum ChartSpaceType
Specifies the mode in which the Chart Space values should be interpreted
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public enum ChartSpaceType
Fields
| Name | Description |
|---|---|
| None | The None Space value |
| X | The X Space value |
| XDepth | The XDepth Space value |
| XYZ | The XYZ Space value |
| Y | The Y Space value |
| YDepth | The YDepth Space value |
| Z | The Z Space value |
| ZDepth | The ZDepth Space value |