Legend.Position Property

Returns or sets the position of the legend on the chart. Read/write XlLegendPosition.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property Position As XlLegendPosition
    Get
    Set
'Usage
Dim instance As Legend
Dim value As XlLegendPosition

value = instance.Position

instance.Position = value
XlLegendPosition Position { get; set; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.XlLegendPosition

See Also

Reference

Legend Interface

Legend Members

Microsoft.Office.Interop.PowerPoint Namespace