PieSeriesView(Int32[]) Constructor
Initializes a new instance of the PieSeriesView class with the specified exploded points.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
explodedPointIds | Int32[] | An array of integer values, representing the SeriesPoint.SeriesPointID identifiers of exploded points. |
Remarks
This method is intended for internal use only. Normally you don’t need to use it.
See Also