TiGaugeComponent.SectionEnd4
TiGaugeComponent See Also
Specifies the end value for Section4.
property SectionEnd4 : Double;
Description
Use SectionEnd4 to set the end value for Section4. SectionEnd4 should be a
value between PositionMin and PositionMax and greater than SectionEnd3.
Example
Delphi
iComponent.SectionEnd4 := 75;
C++ Builder
iComponent->SectionEnd4 = 75;
Contents | Index | Previous | Next