TiLinearGauge.ShowTicksAxis

TiLinearGauge

Specifies whether the Ticks' Axis is shown.

property ShowTicksAxis : Boolean;

Description

Use ShowTicksAxis to specify whether the Ticks' Axis is shown.

Example

Delphi

iComponent.ShowTicksAxis := True;

C++ Builder

iComponent->ShowTicksAxis = True;

Contents | Index | Previous | Next