TiGaugeComponent.SectionEnd3

TiGaugeComponent See Also

Specifies the end value for Section3.

property SectionEnd3 : Double;

Description

Use SectionEnd3 to set the end value for Section3. SectionEnd3 should be a value between PositionMin and PositionMax and greater than SectionEnd2.

Example

Delphi

iComponent.SectionEnd3 := 75;

C++ Builder

iComponent->SectionEnd3 = 75;

Contents | Index | Previous | Next