IMSL C# Numerical Library

Axis1D Class

An x-axis or a y-axis.

For a list of all members of this type, see Axis1D Members.

System.Object
   Imsl.Chart2D.AbstractChartNode
      Imsl.Chart2D.ChartNode
         Imsl.Chart2D.Axis1D

public class Axis1D : ChartNode

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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.

Requirements

Namespace: Imsl.Chart2D

Assembly: ImslCS (in ImslCS.dll)

See Also

Axis1D Members | Imsl.Chart2D Namespace