Indicates what inputs are used for autoscaling.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual int AutoscaleInput { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property AutoscaleInput As Integer |
Visual C++ |
---|
public: virtual property int AutoscaleInput { int get (); void set (int value); } |
Field Value
An int containing the "AutoscaleInput" attribute value.
Remarks
Legal values are:
Value | Behavior |
---|---|
AUTOSCALE_OFF | Do not do autoscaling. |
AUTOSCALE_DATA | Use the data values. This is the default. |
AUTOSCALE_WINDOW | Use the "Window" attribute value. |