TiGaugeComponent.SectionCount

TiGaugeComponent See Also

Specifies the number of color sections.

property SectionCount : Integer;

Description

Use SectionCount to get or set the number of color sections. Set to 0 for no color sections.

Example

Delphi

iComponent.SectionCount := 3;

C++ Builder

iComponent->SectionCount = 3;

Contents | Index | Previous | Next