Legend.LegendPosition Property

Legend Position.Represents the element tag in schema: c:legendPos

Namespace:  DocumentFormat.OpenXml.Drawing.Charts
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property LegendPosition As LegendPosition
    Get
    Set
'Usage
Dim instance As Legend
Dim value As LegendPosition

value = instance.LegendPosition

instance.LegendPosition = value
public LegendPosition LegendPosition { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.Charts.LegendPosition

See Also

Reference

Legend Class

Legend Members

DocumentFormat.OpenXml.Drawing.Charts Namespace