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
'Declaration
 
Public Property Left As Double
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: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also