TiPlotLegend.WrapRowAutoCountMax

TiPlotLegend

Specifies the maximum number of rows that the Automatic Row Count function will allow.

property WrapRowAutoCountMax : Integer;

Description

Use WrapRowAutoCountMax to get or set the desired number of rows before wrapping the channel entries in the Legend.

Specifies the maximum number of rows that should be allotted when WrapRowAutoCountEnabled is set to TRUE. This actual number of columns will be equal or less than this value depending on space requirements and the number and makeup of legend entries. This property in effect causes the legend to display the scroll bars if the maximum number of rows is reached, and the number of channel legend entries exceeds the available space.

Recommended Setting for this property: 100 (for Vertical Legends) or 5 (for Horizontal Legends

Example

Delphi

iComponent.Legend[0].WrapRowAutoCountMax := 3;

C++ Builder

iComponent->Legend[0]->WrapRowAutoCountMax = 3;

Contents | Index | Previous | Next