Typically provides a mapping for children from the user coordinate
space to the device (screen) space.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual Axis Axis { get; }
Public Overridable ReadOnly Property Axis As Axis
Get
public:
virtual property Axis^ Axis {
Axis^ get ();
}
abstract Axis : Axis with get
override Axis : Axis with get
Property Value
Type:
Axis
An
Axis that contains the "Axis" attribute value.
See Also