The R-axis in a polar plot.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
[SerializableAttribute] public class AxisR : ChartNode |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class AxisR _ Inherits ChartNode |
Visual C++ |
---|
[SerializableAttribute] public ref class AxisR : public ChartNode |
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.
Inheritance Hierarchy
System..::.Object
Imsl.Chart2D..::.AbstractChartNode
Imsl.Chart2D..::.ChartNode
Imsl.Chart2D..::.AxisR
Imsl.Chart2D..::.AbstractChartNode
Imsl.Chart2D..::.ChartNode
Imsl.Chart2D..::.AxisR