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

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public int Left { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property Left As Integer
	Get
	Set

Remarks

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

See Also