TiPlotLegend.RowSpacing

TiPlotLegend See Also

Specifies the spacing between rows in the legend.

property RowSpacing : Double;

Description

Use RowSpacing to get or set the spacing between rows in the legend. RowSpacing represents the percentage of a character size and is based on the Font used in the Legend. A value of 0.5 is equal to half the height of a character.

Example

Delphi

iComponent.Legend[0].RowSpacing := 0.5;

C++ Builder

iComponent->Legend[0]->RowSpacing = 0.5;

Contents | Index | Previous | Next