TiPlotLegend.WrapColSpacingAuto
TiPlotLegend
Specifies whether the spacing between columsn is automatically determined.
property WrapColSpacingAuto : Boolean;
Description
Use WrapColSpacingAuto specify whether the spacing between columns is
automatically determined.
Specifies whether the spacing between the legend column entries is
automatically adjusted by the legend.
Note: colums refers to a column of channel entries, not to the "XValue, "YValue",
"XMean", "YMean", etc. columns. The original Plot Pack only supported one
column of channel entries.
If you wish to manually specify a "fixed" spacing between columns, then set
this property to FALSE and modify WrapColDesiredCount.
Recommended Setting for this property: True
Example
Delphi
iComponent.Legend[0].WrapColSpacingAuto := True;
C++ Builder
iComponent->Legend[0]->WrapColSpacingAuto = True;
Contents | Index | Previous | Next