TiAngularLogGauge.MinMaxPointerStyle

TiAngularLogGauge

Specifies the Min and Max Pointer Style.

type TiAngularGaugePointerStyle = (iagpsArrowLine, iagpsArrow, iagpsLine, iagpsTriangle);

property MinMaxPointerStyle : TiAngularGaugePointerStyle;

Description

Set MinMaxPointerStyle to specify the Min and Max Pointer Style.

These are the possible values:

Value
Meaning
iagpsArrowLine
Thin line starting at the arc center point to the scale with an arrow at the end.
iagpsArrow
Arrow only at the scale.
iagpsLine
Thin line only from the arc center point to the Scale.
iagpsTriangle
Triangle from the arc center point to the Scale.

Example

Delphi

iComponent.MinMaxPointerStyle := iagpsArrowLine;

C++ Builder

iComponent->MinMaxPointerStyle = iagpsArrowLine;

Contents | Index | Previous | Next