TdxChartGetAxisValueLabelDrawParametersEventArgs.Value Property
In This Article
Returns the value displayed on the processed axis value label.
#Declaration
Delphi
property Value: Variant read;
#Property Value
Type | Description |
---|---|
Variant | The axis value initially displayed on the processed label. |
#Remarks
Use the Value
property to create new display text based on the actual axis value. Assign the resulting display text string to the Text property.
See Also