IMSL C# Numerical Library

AxisRLabel Class

The labels on an axis.

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

System.Object
   Imsl.Chart2D.AbstractChartNode
      Imsl.Chart2D.ChartNode
         Imsl.Chart2D.AxisRLabel

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

AxisRLabel is created by AxisR as its child. It can be retrieved using the method AxisRLabel.

Axis labels are placed at the tick mark locations. The number of tick marks is determined by the attribute "Number". Tick marks are evenly spaced. If the attribute "Labels" is defined then it is used to label the tick marks.

If "Labels" is not defined, the ticks are labeled numerically. The endpoint label values are obtained from the attribute "Window". The numbers are formatted using the attribute "TextFormat".

Text attributes (specified with CultureInfo, NumberFormatInfo.CurrentInfo and DateTimeFormatInfo.CurrentInfo members) in this node control the drawing of the axis labels.

Requirements

Namespace: Imsl.Chart2D

Assembly: ImslCS (in ImslCS.dll)

See Also

AxisRLabel Members | Imsl.Chart2D Namespace | Polar | AxisR