The radius axis line in a polar plot.

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

Syntax

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

Remarks

AxisRLine is created by AxisR as its child. It can be retrieved using the method AxisRLine.

Line attributes (specified with LineColor, LineWidth and SetMarkerDashPattern) in this node control the drawing of the axis line.

Inheritance Hierarchy

See Also