Share via


DateAxis.MinorTickMark Property

Minor Tick Mark.Represents the element tag in schema: c:minorTickMark

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

Syntax

'Declaration
Public Property MinorTickMark As MinorTickMark
    Get
    Set
'Usage
Dim instance As DateAxis
Dim value As MinorTickMark

value = instance.MinorTickMark

instance.MinorTickMark = value
public MinorTickMark MinorTickMark { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark

See Also

Reference

DateAxis Class

DateAxis Members

DocumentFormat.OpenXml.Drawing.Charts Namespace