ChartView.SecondPieSize Property
In This Article
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
#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 Speadsheet
See Also