TiThermometer.IndicatorFillReferenceValue

TiThermometer

Specifies the position on the scale where the indicator fill starts.

property IndicatorFillReferenceValue : Double;

Description

Use IndicatorFillReferenceValue to specify where the indicator fill starts on the scale. Only used when IndicatorFillReferenceStyle is set to ipfrsValue.

Example

Delphi

iComponent.IndicatorFillReferenceValue := 50.5;

C++ Builder

iComponent->IndicatorFillReferenceValue = 50.5;

Contents | Index | Previous | Next