Back to Devexpress

Series.Shape Property

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-series-e9aefb9b.md

latest1.9 KB
Original Source

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.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
BarShape Shape { get; set; }
vb
Property Shape As BarShape

Property Value

TypeDescription
BarShape

A BarShape enumeration value that specifies the shape used to represent a series data point.

|

Available values:

NameDescription
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

Series Interface

Series Members

DevExpress.Spreadsheet.Charts Namespace