IMSL C# Numerical Library

AbstractChartNode.AutoscaleInput Property

Indicates what inputs are used for autoscaling.

public virtual int AutoscaleInput {get; set;}

Property Value

An int containing the "AutoscaleInput" attribute value.

Remarks

Legal values are:

ValueBehavior
AUTOSCALE_OFF Do not do autoscaling.
AUTOSCALE_DATA Use the data values. This is the default.
AUTOSCALE_WINDOW Use the "Window" attribute value.

See Also

AbstractChartNode Class | Imsl.Chart2D Namespace