TiThermometer.IndicatorFillReferenceStyle
TiThermometer
Specifies the style of drawing the thermometer fill line starting either from
the min scale, max scale, or a specified point.
type TiPointerFillReferenceStyle = (ipfrsMin, ipfrsMax, ipfrsValue);
property IndicatorFillReferenceStyle : TiPointerFillReferenceStyle;
Description
Use IndicatorFillReferenceStyle to specifies the style of drawing the
thermometer fill line starting either from the min scale, max scale, or a point
specified by IndicatorFillReferenceValue.
Example
Delphi
iComponent.IndicatorFillReferenceStyle := ipfrsValue;
C++ Builder
iComponent->IndicatorFillReferenceStyle = ipfrsValue;
Contents | Index | Previous | Next