Specifies what attributes to change as a result of autoscaling.
An int
containing the "AutoscaleOutput" attribute value.
Legal values are bitwise-or combinations of the following:
Value | Behavior |
---|---|
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).
AbstractChartNode Class | Imsl.Chart2D Namespace