GrapeCity.Xaml.Excel
Left Property (ExcelManualLayout)


GrapeCity.Excel.Chart Namespace > ExcelManualLayout Class : Left Property
Specifies the x location(left) of the chart element as a fractin of the width of the chart If Left mode is Factor, then the position is reletive to the default position for the chart element
Syntax
'Declaration
 
Public Property Left As Double
'Usage
 
Dim instance As ExcelManualLayout
Dim value As Double
 
instance.Left = value
 
value = instance.Left
public double Left {get; set;}
See Also

Reference

ExcelManualLayout Class
ExcelManualLayout Members