TiPlotLegend.MarginTop

TiPlotLegend See Also

Specifies the margin between the top-side of the legend and the internally drawn items.

property MarginTop : Double;

Description

Use MarginTop to get or set the margin between the top-side of the legend and the internally drawn items. MarginTop 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 height of a character.

Example

Delphi

iComponent.Legend[0].MarginTop := 0.5;

C++ Builder

iComponent->Legend[0]->MarginTop = 0.5;

Contents | Index | Previous | Next