Header menu logo Plotly.NET

AutoRange Type

Determines whether or not the range of this axis is computed in relation to the input data. See `rangemode` for more info. If `range` is provided and it has a value for both the lower and upper bound, `autorange` is set to "false". Using "min" applies autorange only to set the minimum. Using "max" applies autorange only to set the maximum. Using "min reversed" applies autorange only to set the minimum on a reversed axis. Using "max reversed" applies autorange only to set the maximum on a reversed axis. Using "reversed" applies autorange on both ends and reverses the axis direction.

Union cases

Union case Description

False

Full Usage: False

Max

Full Usage: Max

MaxReversed

Full Usage: MaxReversed

Min

Full Usage: Min

MinReversed

Full Usage: MinReversed

Reversed

Full Usage: Reversed

True

Full Usage: True

Instance members

Instance member Description

this.Convert

Full Usage: this.Convert

Returns: obj
Returns: obj

Static members

Static member Description

AutoRange.convert

Full Usage: AutoRange.convert

Returns: AutoRange -> obj
Returns: AutoRange -> obj

Type something to start searching.