TickLabelPositionValues Enumeration
Tick Label Position
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Enumeration TickLabelPositionValues
'Uso
Dim instance As TickLabelPositionValues
public enum TickLabelPositionValues
Members
Member name | Description | |
---|---|---|
High | High. When the item is serialized out as xml, its value is "high". | |
Low | Low. When the item is serialized out as xml, its value is "low". | |
NextTo | Next To. When the item is serialized out as xml, its value is "nextTo". | |
None | None. When the item is serialized out as xml, its value is "none". |