Create(TdxChartSeriesPointInfo) Constructor
In This Article
Initializes a new instance of the TdxChartCanExplodeValueEventArgs class with specified settings.
#Declaration
Delphi
constructor Create(ASeriesPoint: TdxChartSeriesPointInfo);
#Parameters
Name | Type | Description |
---|---|---|
ASeries |
Tdx |
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 Tdx
See Also