ChartNodeScreenAxis Property |
Provides a default mapping from the user coordinates [0,1] by [0,1]
to the screen.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual AxisXY ScreenAxis { get; }
Public Overridable ReadOnly Property ScreenAxis As AxisXY
Get
public:
virtual property AxisXY^ ScreenAxis {
AxisXY^ get ();
}
abstract ScreenAxis : AxisXY with get
override ScreenAxis : AxisXY with get
Property Value
Type:
AxisXY
An
AxisXY that contains the "ScreenAxis" attribute value.
Remarks
This is set by the root ChartNode, so there is no setScreenAxis accessor.
See Also