The axis line.

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

Syntax

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

Remarks

AxisLine is created by Axis1D as its child. It can be retrieved using the method AxisLine.

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

Inheritance Hierarchy

See Also