Click or drag to resize
AbstractChartNodeAutoscaleInput Property
Indicates what inputs are used for autoscaling.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int AutoscaleInput { get; set; }

Property Value

Type: Int32
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