TdxChartGetAxisValueLabelDrawParametersEventArgs.Axis Property
Provides access to the axis to which the processed value label belongs.
Declaration
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 |
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