LabelAlignmentValues Enumeration

Label Alignment

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

Syntax

声明
Public Enumeration LabelAlignmentValues
用法
Dim instance As LabelAlignmentValues
public enum LabelAlignmentValues

Members

Member name Description
Center Center. When the item is serialized out as xml, its value is "ctr".
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".

See Also

Reference

DocumentFormat.OpenXml.Drawing.Charts Namespace