TiPlotLabel.MarginTop
TiPlotLabel See Also
Specifies the margin between the caption and the top of the Label Object.
property MarginTop : Double;
Description
Use MarginTop to get or set the margin between the Caption and the top of the
Label Object. The MarginTop value is in percent of the title font height.
Example
Delphi
iComponent.Labels[0].MarginTop := 0.50; //Half Font Height Margin
C++ Builder
iComponent->Labels[0]->MarginTop = 0.50; //Half Font Height Margin
Contents | Index | Previous | Next