Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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