TiPlotLegend.WrapRowSpacingMin

TiPlotLegend

Specifies the spacing beween channel rows in the Legend.

property WrapRowSpacingMin : Double;

Description

Use WrapRowSpacingMin to specify the spacing between channel rows in the Legend.

Specifies the minimum amount of spacing between legend entries. When WrapRowSpacingAuto is FALSE, then this value is the fixed spacing between columns. When WrapRowSpacingAuto is TRUE, then the spacing will be adjusted to fully justify the legend entries within the bounds of the legend, but the spacing will never be less than the minimum spacing specified.

If you wish to let the Legend manage the actual column spacing, then set WrapColSpacingAuto to TRUE.

Recommended Setting for this property: 0.25

Example

Delphi

iComponent.Legend[0].WrapRowSpacingMin := 0.25;

C++ Builder

iComponent->Legend[0]->WrapRowSpacingMin = 0.25;

Contents | Index | Previous | Next