AbstractChartNodeAutoscaleOutput Property |
Specifies what attributes to change as a result of autoscaling.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int AutoscaleOutput { get; set; }
Public Overridable Property AutoscaleOutput As Integer
Get
Set
public:
virtual property int AutoscaleOutput {
int get ();
void set (int value);
}
abstract AutoscaleOutput : int with get, set
override AutoscaleOutput : int with get, set
Property Value
Type:
Int32
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).
See Also