Click or drag to resize
AbstractChartNodeAutoscaleOutput Property
Specifies what attributes to change as a result of autoscaling.

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

Property Value

Type: Int32
An int containing the "AutoscaleOutput" attribute value.
Remarks
Legal values are bitwise-or combinations of the following:
ValueBehavior
AUTOSCALE_OFFDo not do autoscaling.
AUTOSCALE_WINDOWChange the "Window" attribute value.
AUTOSCALE_NUMBERChange the "Number" attribute value.
AUTOSCALE_DENSITYChange the "Density" attribute value.

By default, AutoscaleOutput=|AUTOSCALE_NUMBER | AUTOSCALE_WINDOW | AUTOSCALE_DENSITY).

See Also