The axes for an x-y chart.

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

Syntax

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

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).

Inheritance Hierarchy

See Also