TickMarkValues Enumeration

Tick Mark

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

Syntax

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

Members

Member name Description
Cross Cross. When the item is serialized out as xml, its value is "cross".
Inside Inside. When the item is serialized out as xml, its value is "in".
None None. When the item is serialized out as xml, its value is "none".
Outside Outside. When the item is serialized out as xml, its value is "out".

See Also

Reference

DocumentFormat.OpenXml.Drawing.Charts Namespace