Skip to main content

TdxChartCanExplodeValueEventArgs.SeriesPoint Property

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

Declaration

property SeriesPoint: TdxChartSeriesPointInfo read;

Property Value

Type Description
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