Skip to main content

ChartView.SecondPieSize Property

Gets or sets the size of a secondary pie or stacked bar chart in a Pie of Pie or Bar of Pie chart type, as a percentage of the main chart size.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

int SecondPieSize { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the size of the secondary chart. The value must be a whole number between 5 and 200.

Remarks

Note

Currently, the SpeadsheetControl does not display the Pie of Pie or Bar of Pie chart types. However, they can be loaded and stored in supported formats, and you can create and modify them programmatically.

See Also