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

TdxChartGetAxisValueLabelDrawParametersEventArgs.Axis Property

Provides access to the axis to which the processed value label belongs.

#Declaration

Delphi
property Axis: TdxChartCustomAxis read;

#Property Value

Type Description
TdxChartCustomAxis

The axis to which the processed value label belongs.

Cast this property value to the TdxChartAxisX or TdxChartAxisY class depending on the actual axis type to access all public API members. Call the Axis.ClassType function to identify the axis type.

#Remarks

Use the Text property to define new display text for the processed value label. To identify the value initially displayed on the processed label, use the Value property.

See Also