TdxChartGetAxisValueLabelDrawParametersEventArgs.Axis Property
In This Article
Provides access to the axis to which the processed value label belongs.
#Declaration
Delphi
property Axis: TdxChartCustomAxis read;
#Property Value
Type | Description |
---|---|
Tdx |
The axis to which the processed value label belongs. Cast this property value to the Tdx |
#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