Series.Shape Property
In This Article
Gets or sets the shape used to display data points in the 3D bar or column chart.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
Available values:
Name | Description |
---|---|
Auto | Default shape for the series type. |
Box | Box. |
Cone | Cone narrowing to value. |
Cone |
Cone truncated at value. |
Cylinder | Cylinder. |
Pyramid | Pyramid narrowing to value. |
Pyramid |
Pyramid truncated at value. |
See Also