TiStripChart.LegendWidth

TiStripChart See Also

Specifies the width of the legend.

property LegendWidth : Integer;

Description

Use LegendWidth to get or set the width of the legend. If the legend width is set to narrow, the channel labels will be clipped.

Example

Delphi

iComponent.LegendWidth := 80;

C++ Builder

iComponent->LegendWidth = 80;

Contents | Index | Previous | Next