Skip to main content

PieSeriesViewBaseModel.ExplodedPoints Property

Returns the model of the exploded series points collection of the modeled simple series view.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public ExplodedSeriesPointCollectionModel ExplodedPoints { get; }

Property Value

Type Description
ExplodedSeriesPointCollectionModel

The model of the exploded series points collection.

See Also