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
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
Imsl.Chart2D..::.Treemap..::.Legend
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
Imsl.Chart2D..::.Treemap..::.Legend