ComponentOne Chart for .NET (2.0) Search HelpCentral 

Margin.Left Property

Gets or sets the number of pixels between the left edge of the ChartArea and the ChartArea contents.

[Visual Basic]

Public Property Left As Integer

[C#]

public int Left {get;set;}

[Delphi]

public property Left: Int32 read get_Left write set_Left;

Remarks

Setting the Left property of the Margin to -1 will result in an automatic calculation for the Left value.

See Also

Margin Class | Margin Members | C1.Win.C1Chart Namespace | Margin Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.