Create(TdxChartSeriesPointInfo) Constructor
Initializes a new instance of the TdxChartCanExplodeValueEventArgs class with specified settings.
Declaration
constructor Create(ASeriesPoint: TdxChartSeriesPointInfo);
Parameters
| Name | Type | Description |
|---|---|---|
| ASeriesPoint | TdxChartSeriesPointInfo | The simple series point that corresponds to the currently processed pie or doughnut slice. |
Remarks
Warning
Do not call this constructor in your code. The Chart control automatically creates a TdxChartCanExplodeValueEventArgs class instance and passes it into a TdxChartCanExplodeValueEvent procedure assigned to the OnCanExplodeValue event of a Pie or Doughnut series View.
See Also