Header menu logo Plotly.NET

TickMode Type

Sets the tick mode for this axis. If "auto", the number of ticks is set via `nticks`. If "linear", the placement of the ticks is determined by a starting position `tick0` and a tick step `dtick` ("linear" is the default value if `tick0` and `dtick` are provided). If "array", the placement of the ticks is set via `tickvals` and the tick text is `ticktext`. ("array" is the default value if `tickvals` is provided). If "sync", the number of ticks will sync with the overlayed axis set by `overlaying` property.

Union cases

Union case Description

Array

Full Usage: Array

Auto

Full Usage: Auto

Linear

Full Usage: Linear

Sync

Full Usage: Sync

Instance members

Instance member Description

this.Convert

Full Usage: this.Convert

Returns: obj
Returns: obj

Static members

Static member Description

TickMode.convert

Full Usage: TickMode.convert

Returns: TickMode -> obj
Returns: TickMode -> obj

TickMode.toString

Full Usage: TickMode.toString

Returns: TickMode -> string
Returns: TickMode -> string

Type something to start searching.