The major tick marks.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
[SerializableAttribute]
public class MajorTick : ChartNode
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class MajorTick _
	Inherits ChartNode
Visual C++
[SerializableAttribute]
public ref class MajorTick : public ChartNode

Remarks

MajorTick is created by Axis1D as its child. It can be retrieved using the MajorTick property.

Line attributes (specified with LineColor, LineWidth and SetMarkerDashPattern) in this node control the drawing of the major tick marks.

Inheritance Hierarchy

See Also