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

TdxChartGetValueLabelDrawParametersEventArgs Class

Stores information related to an OnGetValueLabelDrawParameters event occurrence in an XY or simple diagram.

#Declaration

Delphi
TdxChartGetValueLabelDrawParametersEventArgs = class(
    TdxEventArgs
)

#Remarks

#Main API Members

The list below outlines key members of the TdxChartGetValueLabelDrawParametersEventArgs class. These members allow you to identify individual series value labels and customize their appearance.

Appearance
Provides access to the currently processed value label’s appearance settings.
SeriesPoint
Allows you to identify the series point that corresponds to the processed value label.
Text
Specifies display text of the processed value label.

#Direct TdxChartGetValueLabelDrawParametersEventArgs Class References

The AArgs parameter of the TdxChartGetValueLabelDrawParametersEvent procedural type references a TdxChartGetValueLabelDrawParametersEventArgs object.

#Inheritance

TObject
TdxEventArgs
TdxChartGetValueLabelDrawParametersEventArgs
See Also