Return the radius axis node.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual AxisR AxisR { get; }
Public Overridable ReadOnly Property AxisR As AxisR
Get
public:
virtual property AxisR^ AxisR {
AxisR^ get ();
}
abstract AxisR : AxisR with get
override AxisR : AxisR with get
Return Value
Type:
AxisR
An
AxisR which contains the radius axis node.
See Also