Chart.Legend Property

Legend.Represents the element tag in schema: c:legend

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

Syntax

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

value = instance.Legend

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.Charts.Legend
Returns Legend.

See Also

Reference

Chart Class

Chart Members

DocumentFormat.OpenXml.Drawing.Charts Namespace