Version

Left Property (PlotArea)

Returns or sets a value which represents the left edge of the area, expressed as a fraction of the width of the containing chart element.
Syntax
public double Left {get; set;}
Remarks

This property can be set to a value between zero and one, where one represents the total width of the containing element.

For example, to situate the area such that it's left edge coincides with the center of the containing element, set this property to .5.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also