IMSL C# Numerical Library

AbstractChartNode.AutoscaleOutput Property

Specifies what attributes to change as a result of autoscaling.

public virtual int AutoscaleOutput {get; set;}

Property Value

An int containing the "AutoscaleOutput" attribute value.

Remarks

Legal values are bitwise-or combinations of the following:

ValueBehavior
AUTOSCALE_OFF Do not do autoscaling.
AUTOSCALE_WINDOW Change the "Window" attribute value.
AUTOSCALE_NUMBER Change the "Number" attribute value.
AUTOSCALE_DENSITY Change the "Density" attribute value.

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

See Also

AbstractChartNode Class | Imsl.Chart2D Namespace