TickMarkSkip-Klasse
Tick Mark Skip.When the object is serialized out as xml, its qualified name is c:tickMarkSkip.
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Drawing.Charts.SkipType
DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
'Declaration
Public Class TickMarkSkip _
Inherits SkipType
'Usage
Dim instance As TickMarkSkip
public class TickMarkSkip : SkipType
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
tickMarkSkip (Tick Mark Skip)
This element specifies how many tick marks shall be skipped before the next one shall be drawn.
Parent Elements |
---|
catAx; serAx |
Attribute |
Description |
---|---|
val (Tick Skip Value) |
Specifies the contents of this attribute will contain an integer greater than or equal to one. The possible values for this attribute are defined by the ST_Skip simple type. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Skip">
<attribute name="val" type="ST_Skip" use="required"/>
</complexType>
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.