Create(TdxChartCustomSeries,Double,string) Constructor
In This Article
Initializes a new instance of the TdxChartGetTotalLabelDrawParametersEventArgs class with specified settings.
#Declaration
Delphi
constructor Create(ASeries: TdxChartCustomSeries; ATotalValue: Double; const AText: string);
#Parameters
Name | Type | Description |
---|---|---|
ASeries | Tdx |
The simple series to which the processed total label belongs. |
ATotal |
Double | The value displayed on the processed total label. This parameter value initializes the Total |
AText | string | Initial display text of the processed value label. This parameter value initializes the Text property. |
#Remarks
Warning
Do not call this constructor in your code. The Chart control automatically creates a Tdx
See Also