TiPlotLegend.MarginLeft
TiPlotLegend See Also
Specifies the margin between the left side of the legend and the internally
drawn items.
property MarginLeft : Double;
Description
Use MarginLeft to get or set the margin between the left side of the legend
and the internally drawn items. MarginLeft 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].MarginLeft := 0.5;
C++ Builder
iComponent->Legend[0]->MarginLeft = 0.5;
Contents | Index | Previous | Next