Provides a default mapping from the user coordinates [0,1] by [0,1]
to the screen.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual AxisXY ScreenAxis { get; } |
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property ScreenAxis As AxisXY |
Visual C++ |
---|
public: virtual property AxisXY^ ScreenAxis { AxisXY^ get (); } |
Field Value
An AxisXY that contains the "ScreenAxis" attribute value.
Remarks
This is set by the root ChartNode, so there is no setScreenAxis accessor.