Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Create(TdxChartCustomSeries,Double,string) Constructor

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 TdxChartCustomSeries

The simple series to which the processed total label belongs.

ATotalValue Double

The value displayed on the processed total label.

This parameter value initializes the TotalValue property.

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 TdxChartGetTotalLabelDrawParametersEventArgs class instance and passes it into a TdxChartGetTotalLabelDrawParametersEvent procedure assigned to the OnGetTotalLabelDrawParameters event of a simple diagram.

See Also