TiPlotLegend.WrapRowSpacingAuto

TiPlotLegend

Specifies whether the spacing between rows is automatically determined.

property WrapRowSpacingAuto : Boolean;

Description

Use WrapRowSpacingAuto specify whether the spacing between rows is automatically determined.

Specifies whether the spacing between the legend entry rows is automatically adjusted by the legend.

If you wish to manually specify a "fixed" spacing between rows, then set this property to FALSE and modify WrapRowDesiredCount.

Recommended Setting for this property: True

Example

Delphi

iComponent.Legend[0].WrapRowSpacingAuto := True;

C++ Builder

iComponent->Legend[0]->WrapRowSpacingAuto = True;

Contents | Index | Previous | Next