TickMarkSkip Class

Tick Mark Skip.When the object is serialized out as xml, its qualified name is c:tickMarkSkip.

Inheritance Hierarchy

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)

Syntax

'Declaration
Public Class TickMarkSkip _
    Inherits SkipType
'Usage
Dim instance As TickMarkSkip
public class TickMarkSkip : SkipType

Remarks

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>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TickMarkSkip Members

DocumentFormat.OpenXml.Drawing.Charts Namespace