Skip to main content

TcxGridChartHistogramAxisValue.GetTickMarkLabel(Variant) Method

Determines the label for a tick-mark value specified by the ATickMarkValue parameter.

Declaration

function GetTickMarkLabel(const ATickMarkValue: Variant): string; virtual;

Parameters

Name Type
ATickMarkValue Variant

Returns

Type
string

Remarks

The pattern used to format the return value of this function is determined by the GetTickMarkLabelFormat function. When the GetTickMarkLabelFormat function’s return property equals an empty string, the tick-mark label is obtained from the specified tick-mark value which is converted to a string using the format pattern of the first visible series with an assigned format pattern for series value captions. When there is no series displayed, or no format pattern for series found, the label is obtained from the tick-mark value using standard routines.

See Also