An x-axis or a y-axis.

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

Syntax

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

Remarks

Axis1D is created by AxisXY as its child. It can be retrieved using the method AxisX or AxisY.

It in turn creates the following child nodes: AxisLine, AxisLabel, AxisTitle, AxisUnit, MajorTick, MinorTick and Grid.

The number of tick marks ("Number" attribute) is set to 5, but autoscaling can change this value.

Inheritance Hierarchy

See Also