TiPlotLegend.WrapColSpacingMin
TiPlotLegend
Specifies the spacing beween channel columns in the Legend.
property WrapColSpacingMin : Double;
Description
Use WrapColSpacingMin to specify the spacing between channel columns in the
Legend.
Specifies the minimum amount of spacing between legend entries (not the
spacing between the channel name, channel X-Value, channel Data Marker, etc.
columns). When WrapColSpacingAuto is FALSE, then this value is the fixed spacing between columns. When WrapColSpacingAuto 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. A value of 0.5 is equal to half the size of a font
character used in 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 let the Legend manage the actual column spacing, then set WrapColSpacingAuto to TRUE.
Recommended Setting for this property: 2
Example
Delphi
iComponent.Legend[0].WrapColSpacingMin := 2;
C++ Builder
iComponent->Legend[0]->WrapColSpacingMin = 2;
Contents | Index | Previous | Next