Indicates what inputs are used for autoscaling.

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

Syntax

C#
public virtual int AutoscaleInput { get; set; }
Visual Basic (Declaration)
Public Overridable Property AutoscaleInput As Integer
Visual C++
public:
virtual property int AutoscaleInput {
	int get ();
	void set (int value);
}

Field Value

An int containing the "AutoscaleInput" attribute value.

Remarks

Legal values are:
ValueBehavior
AUTOSCALE_OFFDo not do autoscaling.
AUTOSCALE_DATAUse the data values. This is the default.
AUTOSCALE_WINDOWUse the "Window" attribute value.

See Also