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