AbstractChartNodeAutoscaleInput Property |
Indicates what inputs are used for autoscaling.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int AutoscaleInput { get; set; }
Public Overridable Property AutoscaleInput As Integer
Get
Set
public:
virtual property int AutoscaleInput {
int get ();
void set (int value);
}
abstract AutoscaleInput : int with get, set
override AutoscaleInput : int with get, set
Property Value
Type:
Int32
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. |
See Also