IMSL C# Numerical Library

MinorTick Class

The minor tick marks.

For a list of all members of this type, see MinorTick Members.

System.Object
   Imsl.Chart2D.AbstractChartNode
      Imsl.Chart2D.ChartNode
         Imsl.Chart2D.MinorTick

public class MinorTick : ChartNode

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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

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

Requirements

Namespace: Imsl.Chart2D

Assembly: ImslCS (in ImslCS.dll)

See Also

MinorTick Members | Imsl.Chart2D Namespace