The minor tick node of this Axis1D.

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

Syntax

C#
public virtual MinorTick MinorTick { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property MinorTick As MinorTick
Visual C++
public:
virtual property MinorTick^ MinorTick {
	MinorTick^ get ();
}

Field Value

A MajorTick which contains the "MinorTick" attribute value.

Remarks

This is a child of the axis node.

See Also