IMSL C# Numerical Library

AxisUnit Class

The unit on an axis.

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

System.Object
   Imsl.Chart2D.AbstractChartNode
      Imsl.Chart2D.ChartNode
         Imsl.Chart2D.AxisUnit

public class AxisUnit : 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

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

The axis title is the "Title" attribute value at this node. Text attributes (specified with CultureInfo, NumberFormatInfo.CurrentInfo and DateTimeFormatInfo.CurrentInfo members) in this node control the drawing of the unit title.

Requirements

Namespace: Imsl.Chart2D

Assembly: ImslCS (in ImslCS.dll)

See Also

AxisUnit Members | Imsl.Chart2D Namespace