Version

Left Property (ChartTextAreaBase)

The left position of the text area (ignored unless Position is set to 'Custom').
Syntax
'Declaration
 
Public Overridable Property Left As Double
public virtual double Left {get; set;}
Remarks

The value of this property is expressed as a fractional value between 0 and 1 which represents the ratio of the offset to the width of the chart element.

For example, a value of 0 positions the text area as close as possible to the edge of the chart element; a value of 1 positions it as close as possible to the opposite edge. All values in between 0 and 1 represent a scalar which, when applied to the width of the entire chart element, yields the offset.

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