IMSL C# Numerical Library

Polar Class

This Axis node is used for polar charts.

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

System.Object
   Imsl.Chart2D.AbstractChartNode
      Imsl.Chart2D.ChartNode
         Imsl.Chart2D.Axis
            Imsl.Chart2D.Polar

public class Polar : Axis

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

In a polar plot, the (x,y) coordinates in Data nodes are interpreted as (r,theta) values. The "Viewport" attribute for this node is set to [0.1,0.9] by [0.1,0.9].

Requirements

Namespace: Imsl.Chart2D

Assembly: ImslCS (in ImslCS.dll)

See Also

Polar Members | Imsl.Chart2D Namespace