TiStripChart.ShowLegend

TiStripChart See Also

Specifies whether the legend is shown.

property ShowLegend : Boolean;

Description

Use ShowLegend to specify whether the legend is shown.

Example

Delphi

iComponent.ShowLegend := True;

C++ Builder

iComponent->ShowLegend = True;

Contents | Index | Previous | Next