The minor tick node of this Axis1D.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual MinorTick MinorTick { get; }
Public Overridable ReadOnly Property MinorTick As MinorTick
Get
public:
virtual property MinorTick^ MinorTick {
MinorTick^ get ();
}
abstract MinorTick : MinorTick with get
override MinorTick : MinorTick with get
Property Value
Type:
MinorTick
A
MajorTick which contains the "MinorTick" attribute value.
Remarks
This is a child of the axis node.
See Also