Enum ChartUsedSpaceType
Specifies how much 3D space will be used by chart.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartUsedSpaceType
Fields
Name | Description |
---|---|
All | Chart type uses the all 3D space. |
None | Chart type doesn't use the 3D space. |
OneForAll | Chart type uses the single layer of 3D space for all series with the same type. |
OneForOne | Chart type uses the single layer of 3D space for each series. |