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