TiPlotLegend.ChannelNameMaxWidth
TiPlotLegend
Specifies the maximum channel name width allowed in the Legend before word
wrapping occurs.
property ChannelNameMaxWidth : Integer;
Description
Use ChannelNameMaxWidth to specify the maximum channel name width allowed in
the Legend before word wrapping occurs. This value is in characters.
This property allows you to set a maximum width of the Channel Name column,
allowing those channel names that exceed this width to word-wrap to the next line.
Example
Delphi
iComponent.Legend[0].ChannelNameMaxWidth := 10;
C++ Builder
iComponent->Legend[0]->ChannelNameMaxWidth = 10;
Contents | Index | Previous | Next