AutoRangeOptions Type
Constructors
Constructor | Description |
|
|
Static members
Static member | Description |
Full Usage:
AutoRangeOptions.init (?ClipMax, ?ClipMin, ?Include, ?MaxAllowed, ?MinAllowed)
Parameters:
'a
-
Clip autorange maximum if it goes beyond this value. Has no effect when `autorangeoptions.maxallowed` is provided.
?ClipMin : 'b
-
Clip autorange minimum if it goes beyond this value. Has no effect when `autorangeoptions.minallowed` is provided.
?Include : 'c
-
Ensure this value is included in autorange.
?MaxAllowed : 'd
-
Use this value exactly as autorange maximum.
?MinAllowed : 'e
-
Use this value exactly as autorange minimum.
Returns: AutoRangeOptions
|
|
Full Usage:
AutoRangeOptions.style (?ClipMax, ?ClipMin, ?Include, ?MaxAllowed, ?MinAllowed)
Parameters:
'a
-
Clip autorange maximum if it goes beyond this value. Has no effect when `autorangeoptions.maxallowed` is provided.
?ClipMin : 'b
-
Clip autorange minimum if it goes beyond this value. Has no effect when `autorangeoptions.minallowed` is provided.
?Include : 'c
-
Ensure this value is included in autorange.
?MaxAllowed : 'd
-
Use this value exactly as autorange maximum.
?MinAllowed : 'e
-
Use this value exactly as autorange minimum.
Returns: AutoRangeOptions -> AutoRangeOptions
|
|