TiPlotLabel.MarginLeft

TiPlotLabel See Also

Specifies the margin between the caption and the left side of the Label Object.

property MarginLeft : Double;

Description

Use MarginLeft to get or set the margin between the Caption and the left side of the Label Object. The MarginLeft value is in percent of the title font width.

Example

Delphi

iComponent.Labels[0].MarginLeft := 0.50; //Half Font Width Margin

C++ Builder

iComponent->Labels[0]->MarginLeft = 0.50; //Half Font Width Margin

Contents | Index | Previous | Next