Skip to main content

TdxChartGetAxisValueLabelDrawParametersEventArgs.Value Property

Returns the value displayed on the processed axis value label.

Declaration

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