Поделиться через


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