This Axis node is used for polar charts.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
[SerializableAttribute]
public class Polar : Axis
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Polar _
	Inherits Axis
Visual C++
[SerializableAttribute]
public ref class Polar : public Axis

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].

Inheritance Hierarchy

See Also