Specifies what attributes to change as a result of autoscaling.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual int AutoscaleOutput { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property AutoscaleOutput As Integer |
Visual C++ |
---|
public: virtual property int AutoscaleOutput { int get (); void set (int value); } |
Field Value
An int containing the "AutoscaleOutput" attribute value.
Remarks
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).