Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridChartHistogramAxisValue.GetTickMarkLabel(Variant) Method

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

#Declaration

Delphi
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