Click or drag to resize
ChartNodeScreenAxis Property
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.2.0
Syntax
public virtual AxisXY ScreenAxis { 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