TiGaugeComponent.SectionEnd1

TiGaugeComponent See Also

Specifies the end value for Section1.

property SectionEnd1 : Double;

Description

Use SectionEnd1 to set the end value for Section1. SectionEnd1 should be a value between PositionMin and PositionMax.

Example

Delphi

iComponent.SectionEnd1 := 50;

C++ Builder

iComponent->SectionEnd1 = 50;

Contents | Index | Previous | Next