IMSL C# Numerical Library

AxisR Class

The R-axis in a polar plot.

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

System.Object
   Imsl.Chart2D.AbstractChartNode
      Imsl.Chart2D.ChartNode
         Imsl.Chart2D.AxisR

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

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

It in turn creates the following child nodes: AxisRLine, AxisRLabel and AxisRMajorTick.

The number of tick marks ("Number" attribute) is set to 4, but autoscaling can change this value.

Requirements

Namespace: Imsl.Chart2D

Assembly: ImslCS (in ImslCS.dll)

See Also

AxisR Members | Imsl.Chart2D Namespace | Polar