IMSL C# Numerical Library

AxisRMajorTick Class

The major tick marks for the radius axis in a polar plot.

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

System.Object
   Imsl.Chart2D.AbstractChartNode
      Imsl.Chart2D.ChartNode
         Imsl.Chart2D.AxisRMajorTick

public class AxisRMajorTick : 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

AxisRMajorTick is created by AxisR as its child. It can be retrieved using the method AxisRMajorTick.

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

Requirements

Namespace: Imsl.Chart2D

Assembly: ImslCS (in ImslCS.dll)

See Also

AxisRMajorTick Members | Imsl.Chart2D Namespace | Polar | AxisR