Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.1.Core.dll

Declaration

BarShape Shape { get; set; }

Property Value

Type Description
BarShape

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

See Also