Skip to main content

TcxGridChartHistogramAxisValue.GetTickMarkLabelFormat(Boolean) Method

Gets the format pattern (if any) used to format labels for tick-mark values.

Declaration

function GetTickMarkLabelFormat(AConsiderSeriesFormat: Boolean): string; virtual;

Parameters

Name Type
AConsiderSeriesFormat Boolean

Returns

Type
string

Remarks

By default, the return value of this function is the format pattern which is set via the TickMarkLabelFormat property. If this property is not set and the AConsiderSeriesFormat parameter is set to True, then the format pattern is obtained from the visible series with an assigned format pattern for series value captions. The first format pattern found is returned by the GetTickMarkLabelFormat function only if the other patterns for series value captions are identical to this one. Otherwise, an empty string is returned.

See Also