Skip to main content

TcxGridChartHistogramAxisValue.TickMarkLabelFormat Property

Specifies the format pattern to be used when formatting tick-mark labels of the value axis.

Declaration

property TickMarkLabelFormat: string read; write;

Property Value

Type
string

Remarks

A tick-mark label is created using the corresponding tick-mark value via standard routines unless the format pattern is set via the TickMarkLabelFormat property. In this instance, the specified pattern is used to format the resulting tick-mark label.

For instance, when a tick-mark label is determined using ‘Profit/Loss = $,0.00;-$,0.00’ pattern, the pattern will be treated as follows. The 0.00 part will be substituted with the tick-mark value. The two zeros after the point identify the number of digits in the resulting tick-mark label to the right of the decimal point. A comma stands for a thousands separator. A semicolon separates two patterns used to display positive and negative values, respectively. Other characters do not have any special meaning and are displayed as is.

Note

Refer to the description of the FormatFloat function for additional information on formatting numeric values.

See Also