LegendPositionValues Enumeration

Legend Position

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

Syntax

'Declaration
Public Enumeration LegendPositionValues
'Usage
Dim instance As LegendPositionValues
public enum LegendPositionValues

Members

Member name Description
Bottom Bottom. When the item is serialized out as xml, its value is "b".
TopRight Top Right. When the item is serialized out as xml, its value is "tr".
Left Left. When the item is serialized out as xml, its value is "l".
Right Right. When the item is serialized out as xml, its value is "r".
Top Top. When the item is serialized out as xml, its value is "t".

See Also

Reference

DocumentFormat.OpenXml.Drawing.Charts Namespace