Skip to main content

Doughnut3DSeriesView(Int32[]) Constructor

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public Doughnut3DSeriesView(
    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