Point.Left Property

Definition

Gets a value that represents the distance, in points, from the left edge of the object to the left edge of the chart area.

public:
 property double Left { double get(); };
public double Left { get; }
member this.Left : double
Public ReadOnly Property Left As Double

Property Value

The distance, in points, from the left edge of the object to the left edge of the chart area.

Remarks

Read-only.

Applies to