Header menu logo Plotly.NET

AutoRangeOptions Type

Constructors

Constructor Description

AutoRangeOptions()

Full Usage: AutoRangeOptions()

Returns: AutoRangeOptions
Returns: AutoRangeOptions

Static members

Static member Description

AutoRangeOptions.init (?ClipMax, ?ClipMin, ?Include, ?MaxAllowed, ?MinAllowed)

Full Usage: AutoRangeOptions.init (?ClipMax, ?ClipMin, ?Include, ?MaxAllowed, ?MinAllowed)

Parameters:
    ?ClipMax : '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

Returns a new AutoRangeOptions object with the given styling.

?ClipMax : '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.style (?ClipMax, ?ClipMin, ?Include, ?MaxAllowed, ?MinAllowed)

Full Usage: AutoRangeOptions.style (?ClipMax, ?ClipMin, ?Include, ?MaxAllowed, ?MinAllowed)

Parameters:
    ?ClipMax : '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

Returns a function that applies the given styles to a AutoRangeOptions object.

?ClipMax : '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

Type something to start searching.