TiPlotLegend.ColumnSpacing
TiPlotLegend See Also
Specifies the spacing between columns in the legend.
property ColumnSpacing : Double;
Description
Use ColumnSpacing to get or set the spacing between columns in the legend.
ColumnSpacing 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 width of a character.
Example
Delphi
iComponent.Legend[0].ColumnSpacing := 0.5;
C++ Builder
iComponent->Legend[0]->ColumnSpacing = 0.5;
Contents | Index | Previous | Next