Return the radius axis node.

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

Syntax

C#
public virtual AxisR AxisR { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property AxisR As AxisR
Visual C++
public:
virtual property AxisR^ AxisR {
	AxisR^ get ();
}

Return Value

An AxisR which contains the radius axis node.

See Also