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


TickLabelPositionValues Enumeration

Tick Label Position

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

Syntax

'Декларация
Public Enumeration TickLabelPositionValues
'Применение
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".

See Also

Reference

DocumentFormat.OpenXml.Drawing.Charts Namespace