ChartPoint.Left Property
Gets the horizontal position of the specified _CommandBarButton control (in pixels) relative to the left edge of the screen. Returns the distance from the left side of the docking area.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Left As Double
Get
'Usage
Dim instance As ChartPoint
Dim value As Double
value = instance.Left
double Left { get; }
Property Value
Type: System.Double