The Axis node provides the mapping for all of its children from the user coordinate space to the device (screen) space.

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

Syntax

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

Inheritance Hierarchy

See Also