Freigeben über


TickMarkValues-Enumeration

Tick Mark

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

Syntax

'Declaration
Public Enumeration TickMarkValues
'Usage
Dim instance As TickMarkValues
public enum TickMarkValues

Member

Membername Beschreibung
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".

Siehe auch

Referenz

DocumentFormat.OpenXml.Drawing.Charts-Namespace