Series.Shape Property
Gets or sets the shape used to display data points in the 3D bar or column chart.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
BarShape | A BarShape enumeration value that specifies the shape used to represent a series data point. |
Available values:
Name | Description |
---|---|
Auto | Default shape for the series type. |
Box | Box. |
Cone | Cone narrowing to value. |
ConeToMax | Cone truncated at value. |
Cylinder | Cylinder. |
Pyramid | Pyramid narrowing to value. |
PyramidToMax | Pyramid truncated at value. |
See Also