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