Back to Devexpress

TdxChartCanExplodeValueEventArgs.SeriesPoint Property

vcl-dxchartsimplediagram-dot-tdxchartcanexplodevalueeventargs-c438a609.md

latest1.3 KB
Original Source

TdxChartCanExplodeValueEventArgs.SeriesPoint Property

Provides access to the series point that corresponds to the currently processed pie or doughnut slice.

Declaration

delphi
property SeriesPoint: TdxChartSeriesPointInfo read;

Property Value

TypeDescription
TdxChartSeriesPointInfo

The series point that corresponds to the currently processed pie or doughnut slice.

|

Remarks

Use SeriesPoint.Argument and SeriesPoint.Value properties to identify the series point that corresponds to the currently processed pie or doughnut slice. Refer to the TdxChartSeriesPointInfo class description for detailed information on available options.

See Also

TdxChartCanExplodeValueEventArgs.CanExplode Property

TdxChartCanExplodeValueEventArgs Class

TdxChartCanExplodeValueEventArgs Members

dxChartSimpleDiagram Unit