Skip to main content

PieSeriesView(Int32[]) Constructor

Initializes a new instance of the PieSeriesView class with the specified exploded points.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public PieSeriesView(
    int[] explodedPointIds
)

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