Enum ChartColumnDrawMode
Specifies the drawing mode of 3D column/bar charts
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum ChartColumnDrawMode
Fields
| Name | Description |
|---|---|
| ClusteredMode | Columns are drawn in depth with the same size. |
| InDepthMode | Columns are drawn in depth. |
| PlaneMode | Column are drawn side-by-side. |