TiSlidingScale.ShowMidTickLabels

TiSlidingScale See Also

Specifies whether the Mid Tick Labels are shown.

property ShowMidTickLabels : Boolean;

Description

Use ShowMidTickLabels to specify whether Mid Tick Labels are shown. When ShowMidTickLabels is False, Mid Tick Labels are not shown. When ShowMidTickLabels is True, Mid Tick Labels are shown.

Mid Tick Labels are associated with the middle minor ticks between major ticks that are bolded only when the number of minor ticks is an odd value. Labels for Mid Ticks can be shown independently of showing the Mid Ticks by using the ShowMidTickLabels and ShowMidTicks properties.

Example

Delphi

iComponent.ShowMidTickLabels := True;

C++ Builder

iComponent->ShowMidTickLabels = True;

Contents | Index | Previous | Next