IMSL C# Numerical Library

AxisXY Class

The axes for an x-y chart.

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

System.Object
   Imsl.Chart2D.AbstractChartNode
      Imsl.Chart2D.ChartNode
         Imsl.Chart2D.Axis
            Imsl.Chart2D.AxisXY
               Imsl.Chart2D.Background
               Imsl.Chart2D.ChartTitle
               Imsl.Chart2D.Contour.Legend
               Imsl.Chart2D.Heatmap.Legend
               Imsl.Chart2D.Legend

public class AxisXY : Axis

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

This node is used when the mapping to and from user and device space can be decomposed into an x and a y mapping. This is when the mapping map(userX,userY) = (deviceX,deviceY) can be written as map(userX,userY) = (mapX(userX), mapY(userY) = (deviceX,deviceY).

Requirements

Namespace: Imsl.Chart2D

Assembly: ImslCS (in ImslCS.dll)

See Also

AxisXY Members | Imsl.Chart2D Namespace | Example