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