Typically provides a mapping for children from the user coordinate space to the device (screen) space.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual Axis Axis { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Axis As Axis
Visual C++
public:
virtual property Axis^ Axis {
	Axis^ get ();
}

Field Value

An Axis that contains the "Axis" attribute value.

See Also