Skip to content

e25266bf 3b24 3c93 13ce 0d3cafeea43f

Fernando Garcia edited this page May 8, 2018 · 1 revision

KnownTickMarkStyle Enumeration

Additional header content

Specifies the position of major and minor tick marks for an axis.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

[SerializableAttribute]
public enum KnownTickMarkStyle

VB

<SerializableAttribute>
Public Enumeration KnownTickMarkStyle

Members

 

Member name Value Description
None 0 No mark.
Cross 1 Crosses the axis.
Inside 2 Inside the axis.
Outside 3 Outside the axis.

Remarks

[Missing documentation for "T:iTin.Export.Model.KnownTickMarkStyle"]

See Also

Reference

iTin.Export.Model Namespace

Clone this wiki locally