TiSlidingCompass.ScaleSpan

TiSlidingCompass See Also

Specifies the span of displayed values of the scale.

property ScaleSpan : Double;

Description

Use ScaleSpan to set or get the span of displayed values in the scale. The displayed scale will be centered around the labels which corresponds to the Pointer1Position property, starting at the point specified by the ScaleOrientation Property.

Example

Delphi

iComponent.ScaleSpan := 100;

C++ Builder

iComponent->ScaleSpan = 100;

Contents | Index | Previous | Next