Left Property

Microsoft Graph Visual Basic

Returns or sets the distance from the left edge of the screen to the left edge of the main Microsoft Graph window. Read/write Double.

expression.Left

expression    Required. An expression that returns one of the above objects.

Remarks

If the window is maximized, Application.Left returns a negative number that varies based on the width of the window border. Setting Application.Left to 0 (zero) will make the window a tiny bit smaller than it would be if the application window were maximized. In other words, if Application.Left is 0, the left border of the main Microsoft Graph window will just barely be visible on the screen.

If the Microsoft Graph window is minimized, Application.Left controls the position of the window icon.

ShowLeft property as it applies to the AxisTitle, ChartArea, ChartTitle, DataLabel, DisplayUnitLabel, Legend, and PlotArea objects.

Returns or sets the distance from the left edge of the object to the left edge of the chart area. Read/write Double.

expression.Left

expression    Required. An expression that returns one of the above objects.

ShowLeft property as it applies to the Axis, LegendEntry, and LegendKey objects.

Returns or sets the distance from the left edge of the object to the left edge of the chart area. Read-only Double.

expression.Left

expression    Required. An expression that returns one of the above objects.

ShowLeft property as it applies to the Chart object.

Returns or sets the distance from the left edge of the object to the left edge of the Microsoft Graph window. Read/write Variant.

expression.Left

expression    Required. An expression that returns a Chart object.

Example

ShowAs it applies to the ChartTitle object.

This example aligns the left edge of the chart title with the left edge of the chart area.

myChart.ChartTitle.Left = 0