Xaxis
Namespace: XPlot.Plotly
Parent Module: Graph
Constructors
Constructor | Description |
new()
Signature: unit -> Xaxis
|
CompiledName: |
Instance members
Instance member | Description |
x._isSubplotObj()
Signature: unit -> bool
|
CompiledName: |
x._isSubplotObj()
Signature: unit -> unit
|
CompiledName: |
x.anchor()
Signature: unit -> obj
|
If set to an opposite-letter axis id (e.g. CompiledName: |
x.anchor()
Signature: unit -> unit
|
If set to an opposite-letter axis id (e.g. CompiledName: |
x.autorange()
Signature: unit -> obj
|
Determines whether or not the range of this axis is computed in relation to the input data. See CompiledName: |
x.autorange()
Signature: unit -> unit
|
Determines whether or not the range of this axis is computed in relation to the input data. See CompiledName: |
x.autotick()
Signature: unit -> bool
|
CompiledName: |
x.autotick()
Signature: unit -> unit
|
CompiledName: |
x.backgroundcolor()
Signature: unit -> string
|
Sets the background color of this axis' wall. CompiledName: |
x.backgroundcolor()
Signature: unit -> unit
|
Sets the background color of this axis' wall. CompiledName: |
x.domain()
Signature: unit -> obj
|
Sets the domain of this axis (in plot fraction). CompiledName: |
x.domain()
Signature: unit -> unit
|
Sets the domain of this axis (in plot fraction). CompiledName: |
x.dtick()
Signature: unit -> obj
|
Sets the step in-between ticks on this axis Use with CompiledName: |
x.dtick()
Signature: unit -> unit
|
Sets the step in-between ticks on this axis Use with CompiledName: |
x.exponentformat()
Signature: unit -> obj
|
Determines a formatting rule for the tick exponents. For example, consider the number 1,000,000,000. If none, it appears as 1,000,000,000. If e, 1e+9. If E, 1E+9. If power, 1x10^9 (with 9 in a super script). If SI, 1G. If B, 1B. CompiledName: |
x.exponentformat()
Signature: unit -> unit
|
Determines a formatting rule for the tick exponents. For example, consider the number 1,000,000,000. If none, it appears as 1,000,000,000. If e, 1e+9. If E, 1E+9. If power, 1x10^9 (with 9 in a super script). If SI, 1G. If B, 1B. CompiledName: |
x.fixedrange()
Signature: unit -> bool
|
Determines whether or not this axis is zoom-able. If true, then zoom is disabled. CompiledName: |
x.fixedrange()
Signature: unit -> unit
|
Determines whether or not this axis is zoom-able. If true, then zoom is disabled. CompiledName: |
x.gridcolor()
Signature: unit -> string
|
Sets the color of the grid lines. CompiledName: |
x.gridcolor()
Signature: unit -> unit
|
Sets the color of the grid lines. CompiledName: |
x.gridwidth()
Signature: unit -> float
|
Sets the width (in px) of the grid lines. CompiledName: |
x.gridwidth()
Signature: unit -> unit
|
Sets the width (in px) of the grid lines. CompiledName: |
x.hoverformat()
Signature: unit -> string
|
Sets the hover text formatting rule for data values on this axis, using the python/d3 number formatting language. See https://github.com/mbostock/d3/wiki/Formatting#numbers or https://docs.python.org/release/3.1.3/library/string.html#formatspec for more info. CompiledName: |
x.hoverformat()
Signature: unit -> unit
|
Sets the hover text formatting rule for data values on this axis, using the python/d3 number formatting language. See https://github.com/mbostock/d3/wiki/Formatting#numbers or https://docs.python.org/release/3.1.3/library/string.html#formatspec for more info. CompiledName: |
x.linecolor()
Signature: unit -> string
|
Sets the axis line color. CompiledName: |
x.linecolor()
Signature: unit -> unit
|
Sets the axis line color. CompiledName: |
x.linewidth()
Signature: unit -> float
|
Sets the width (in px) of the axis line. CompiledName: |
x.linewidth()
Signature: unit -> unit
|
Sets the width (in px) of the axis line. CompiledName: |
x.mirror()
Signature: unit -> obj
|
Determines if the axis lines or/and ticks are mirrored to the opposite side of the plotting area. If true, the axis lines are mirrored. If ticks, the axis lines and ticks are mirrored. If false, mirroring is disable. If all, axis lines are mirrored on all shared-axes subplots. If allticks, axis lines and ticks are mirrored on all shared-axes subplots. CompiledName: |
x.mirror()
Signature: unit -> unit
|
Determines if the axis lines or/and ticks are mirrored to the opposite side of the plotting area. If true, the axis lines are mirrored. If ticks, the axis lines and ticks are mirrored. If false, mirroring is disable. If all, axis lines are mirrored on all shared-axes subplots. If allticks, axis lines and ticks are mirrored on all shared-axes subplots. CompiledName: |
x.nticks()
Signature: unit -> int
|
Sets the number of ticks. Has an effect only if CompiledName: |
x.nticks()
Signature: unit -> unit
|
Sets the number of ticks. Has an effect only if CompiledName: |
x.overlaying()
Signature: unit -> obj
|
If set a same-letter axis id, this axis is overlaid on top of the corresponding same-letter axis. If false, this axis does not overlay any same-letter axes. CompiledName: |
x.overlaying()
Signature: unit -> unit
|
If set a same-letter axis id, this axis is overlaid on top of the corresponding same-letter axis. If false, this axis does not overlay any same-letter axes. CompiledName: |
x.position()
Signature: unit -> float
|
Sets the position of this axis in the plotting space (in normalized coordinates). Only has an effect if CompiledName: |
x.position()
Signature: unit -> unit
|
Sets the position of this axis in the plotting space (in normalized coordinates). Only has an effect if CompiledName: |
x.range()
Signature: unit -> obj
|
Sets the range of this axis. If the axis CompiledName: |
x.range()
Signature: unit -> unit
|
Sets the range of this axis. If the axis CompiledName: |
x.rangemode()
Signature: unit -> obj
|
If normal, the range is computed in relation to the extrema of the input data. If tozero`, the range extends to 0, regardless of the input data If nonnegative, the range is non-negative, regardless of the input data. CompiledName: |
x.rangemode()
Signature: unit -> unit
|
If normal, the range is computed in relation to the extrema of the input data. If tozero`, the range extends to 0, regardless of the input data If nonnegative, the range is non-negative, regardless of the input data. CompiledName: |
x.ShouldSerialize_isSubplotObj()
Signature: unit -> bool
|
|
x.ShouldSerializeanchor()
Signature: unit -> bool
|
|
x.ShouldSerializeautorange()
Signature: unit -> bool
|
|
x.ShouldSerializeautotick()
Signature: unit -> bool
|
|
x.ShouldSerializebackgroundcolor()
Signature: unit -> bool
|
|
x.ShouldSerializedomain()
Signature: unit -> bool
|
|
x.ShouldSerializedtick()
Signature: unit -> bool
|
|
x.ShouldSerializeexponentformat()
Signature: unit -> bool
|
|
x.ShouldSerializefixedrange()
Signature: unit -> bool
|
|
x.ShouldSerializegridcolor()
Signature: unit -> bool
|
|
x.ShouldSerializegridwidth()
Signature: unit -> bool
|
|
x.ShouldSerializehoverformat()
Signature: unit -> bool
|
|
x.ShouldSerializelinecolor()
Signature: unit -> bool
|
|
x.ShouldSerializelinewidth()
Signature: unit -> bool
|
|
x.ShouldSerializemirror()
Signature: unit -> bool
|
|
x.ShouldSerializenticks()
Signature: unit -> bool
|
|
x.ShouldSerializeoverlaying()
Signature: unit -> bool
|
|
x.ShouldSerializeposition()
Signature: unit -> bool
|
|
x.ShouldSerializerange()
Signature: unit -> bool
|
|
x.ShouldSerializerangemode()
Signature: unit -> bool
|
|
x.ShouldSerializeshowaxeslabels()
Signature: unit -> bool
|
|
x.ShouldSerializeshowbackground()
Signature: unit -> bool
|
|
x.ShouldSerializeshowexponent()
Signature: unit -> bool
|
|
x.ShouldSerializeshowgrid()
Signature: unit -> bool
|
|
x.ShouldSerializeshowline()
Signature: unit -> bool
|
|
x.ShouldSerializeshowspikes()
Signature: unit -> bool
|
|
x.ShouldSerializeshowticklabels()
Signature: unit -> bool
|
|
x.ShouldSerializeshowtickprefix()
Signature: unit -> bool
|
|
x.ShouldSerializeshowticksuffix()
Signature: unit -> bool
|
|
x.ShouldSerializeside()
Signature: unit -> bool
|
|
x.ShouldSerializespikecolor()
Signature: unit -> bool
|
|
x.ShouldSerializespikesides()
Signature: unit -> bool
|
|
x.ShouldSerializespikethickness()
Signature: unit -> bool
|
|
x.ShouldSerializetick0()
Signature: unit -> bool
|
|
x.ShouldSerializetickangle()
Signature: unit -> bool
|
|
x.ShouldSerializetickcolor()
Signature: unit -> bool
|
|
x.ShouldSerializetickfont()
Signature: unit -> bool
|
|
x.ShouldSerializetickformat()
Signature: unit -> bool
|
|
x.ShouldSerializeticklen()
Signature: unit -> bool
|
|
x.ShouldSerializetickmode()
Signature: unit -> bool
|
|
x.ShouldSerializetickprefix()
Signature: unit -> bool
|
|
x.ShouldSerializeticks()
Signature: unit -> bool
|
|
x.ShouldSerializeticksuffix()
Signature: unit -> bool
|
|
x.ShouldSerializeticktext()
Signature: unit -> bool
|
|
x.ShouldSerializeticktextsrc()
Signature: unit -> bool
|
|
x.ShouldSerializetickvals()
Signature: unit -> bool
|
|
x.ShouldSerializetickvalssrc()
Signature: unit -> bool
|
|
x.ShouldSerializetickwidth()
Signature: unit -> bool
|
|
x.ShouldSerializetitle()
Signature: unit -> bool
|
|
x.ShouldSerializetitlefont()
Signature: unit -> bool
|
|
x.ShouldSerializetype()
Signature: unit -> bool
|
|
x.ShouldSerializezeroline()
Signature: unit -> bool
|
|
x.ShouldSerializezerolinecolor()
Signature: unit -> bool
|
|
x.ShouldSerializezerolinewidth()
Signature: unit -> bool
|
|
x.showaxeslabels()
Signature: unit -> bool
|
Sets whether or not this axis is labeled CompiledName: |
x.showaxeslabels()
Signature: unit -> unit
|
Sets whether or not this axis is labeled CompiledName: |
x.showbackground()
Signature: unit -> bool
|
Sets whether or not this axis' wall has a background color. CompiledName: |
x.showbackground()
Signature: unit -> unit
|
Sets whether or not this axis' wall has a background color. CompiledName: |
x.showexponent()
Signature: unit -> obj
|
If all, all exponents are shown besides their significands. If first, only the exponent of the first tick is shown. If last, only the exponent of the last tick is shown. If none, no exponents appear. CompiledName: |
x.showexponent()
Signature: unit -> unit
|
If all, all exponents are shown besides their significands. If first, only the exponent of the first tick is shown. If last, only the exponent of the last tick is shown. If none, no exponents appear. CompiledName: |
x.showgrid()
Signature: unit -> bool
|
Determines whether or not grid lines are drawn. If true, the grid lines are drawn at every tick mark. CompiledName: |
x.showgrid()
Signature: unit -> unit
|
Determines whether or not grid lines are drawn. If true, the grid lines are drawn at every tick mark. CompiledName: |
x.showline()
Signature: unit -> bool
|
Determines whether or not a line bounding this axis is drawn. CompiledName: |
x.showline()
Signature: unit -> unit
|
Determines whether or not a line bounding this axis is drawn. CompiledName: |
x.showspikes()
Signature: unit -> bool
|
Sets whether or not spikes starting from data points to this axis' wall are shown on hover. CompiledName: |
x.showspikes()
Signature: unit -> unit
|
Sets whether or not spikes starting from data points to this axis' wall are shown on hover. CompiledName: |
x.showticklabels()
Signature: unit -> bool
|
Determines whether or not the tick labels are drawn. CompiledName: |
x.showticklabels()
Signature: unit -> unit
|
Determines whether or not the tick labels are drawn. CompiledName: |
x.showtickprefix()
Signature: unit -> obj
|
If all, all tick labels are displayed with a prefix. If first, only the first tick is displayed with a prefix. If last, only the last tick is displayed with a suffix. If none, tick prefixes are hidden. CompiledName: |
x.showtickprefix()
Signature: unit -> unit
|
If all, all tick labels are displayed with a prefix. If first, only the first tick is displayed with a prefix. If last, only the last tick is displayed with a suffix. If none, tick prefixes are hidden. CompiledName: |
x.showticksuffix()
Signature: unit -> obj
|
Same as CompiledName: |
x.showticksuffix()
Signature: unit -> unit
|
Same as CompiledName: |
x.side()
Signature: unit -> obj
|
Determines whether a x (y) axis is positioned at the bottom (left) or top (right) of the plotting area. CompiledName: |
x.side()
Signature: unit -> unit
|
Determines whether a x (y) axis is positioned at the bottom (left) or top (right) of the plotting area. CompiledName: |
x.spikecolor()
Signature: unit -> string
|
Sets the color of the spikes. CompiledName: |
x.spikecolor()
Signature: unit -> unit
|
Sets the color of the spikes. CompiledName: |
x.spikesides()
Signature: unit -> bool
|
Sets whether or not spikes extending from the projection data points to this axis' wall boundaries are shown on hover. CompiledName: |
x.spikesides()
Signature: unit -> unit
|
Sets whether or not spikes extending from the projection data points to this axis' wall boundaries are shown on hover. CompiledName: |
x.spikethickness()
Signature: unit -> float
|
Sets the thickness (in px) of the spikes. CompiledName: |
x.spikethickness()
Signature: unit -> unit
|
Sets the thickness (in px) of the spikes. CompiledName: |
x.tick0()
Signature: unit -> float
|
Sets the placement of the first tick on this axis. Use with CompiledName: |
x.tick0()
Signature: unit -> unit
|
Sets the placement of the first tick on this axis. Use with CompiledName: |
x.tickangle()
Signature: unit -> float
|
Sets the angle of the tick labels with respect to the horizontal. For example, a CompiledName: |
x.tickangle()
Signature: unit -> unit
|
Sets the angle of the tick labels with respect to the horizontal. For example, a CompiledName: |
x.tickcolor()
Signature: unit -> string
|
Sets the tick color. CompiledName: |
x.tickcolor()
Signature: unit -> unit
|
Sets the tick color. CompiledName: |
x.tickfont()
Signature: unit -> Font
|
CompiledName: |
x.tickfont()
Signature: unit -> unit
|
CompiledName: |
x.tickformat()
Signature: unit -> string
|
Sets the tick label formatting rule using the python/d3 number formatting language. See https://github.com/mbostock/d3/wiki/Formatting#numbers or https://docs.python.org/release/3.1.3/library/string.html#formatspec for more info. CompiledName: |
x.tickformat()
Signature: unit -> unit
|
Sets the tick label formatting rule using the python/d3 number formatting language. See https://github.com/mbostock/d3/wiki/Formatting#numbers or https://docs.python.org/release/3.1.3/library/string.html#formatspec for more info. CompiledName: |
x.ticklen()
Signature: unit -> float
|
Sets the tick length (in px). CompiledName: |
x.ticklen()
Signature: unit -> unit
|
Sets the tick length (in px). CompiledName: |
x.tickmode()
Signature: unit -> obj
|
Sets the tick mode for this axis. If auto, the number of ticks is set via CompiledName: |
x.tickmode()
Signature: unit -> unit
|
Sets the tick mode for this axis. If auto, the number of ticks is set via CompiledName: |
x.tickprefix()
Signature: unit -> string
|
Sets a tick label prefix. CompiledName: |
x.tickprefix()
Signature: unit -> unit
|
Sets a tick label prefix. CompiledName: |
x.ticks()
Signature: unit -> obj
|
Determines whether ticks are drawn or not. If , this axis' ticks are not drawn. If outside (inside), this axis' are drawn outside (inside) the axis lines. CompiledName: |
x.ticks()
Signature: unit -> unit
|
Determines whether ticks are drawn or not. If , this axis' ticks are not drawn. If outside (inside), this axis' are drawn outside (inside) the axis lines. CompiledName: |
x.ticksuffix()
Signature: unit -> string
|
Sets a tick label suffix. CompiledName: |
x.ticksuffix()
Signature: unit -> unit
|
Sets a tick label suffix. CompiledName: |
x.ticktext()
Signature: unit -> obj
|
Sets the text displayed at the ticks position via CompiledName: |
x.ticktext()
Signature: unit -> unit
|
Sets the text displayed at the ticks position via CompiledName: |
x.ticktextsrc()
Signature: unit -> string
|
Sets the source reference on plot.ly for ticktext . CompiledName: |
x.ticktextsrc()
Signature: unit -> unit
|
Sets the source reference on plot.ly for ticktext . CompiledName: |
x.tickvals()
Signature: unit -> obj
|
Sets the values at which ticks on this axis appear. Only has an effect if CompiledName: |
x.tickvals()
Signature: unit -> unit
|
Sets the values at which ticks on this axis appear. Only has an effect if CompiledName: |
x.tickvalssrc()
Signature: unit -> string
|
Sets the source reference on plot.ly for tickvals . CompiledName: |
x.tickvalssrc()
Signature: unit -> unit
|
Sets the source reference on plot.ly for tickvals . CompiledName: |
x.tickwidth()
Signature: unit -> float
|
Sets the tick width (in px). CompiledName: |
x.tickwidth()
Signature: unit -> unit
|
Sets the tick width (in px). CompiledName: |
x.title()
Signature: unit -> string
|
Sets the title of this axis. CompiledName: |
x.title()
Signature: unit -> unit
|
Sets the title of this axis. CompiledName: |
x.titlefont()
Signature: unit -> Font
|
CompiledName: |
x.titlefont()
Signature: unit -> unit
|
CompiledName: |
x.type()
Signature: unit -> obj
|
Sets the axis type. By default, plotly attempts to determined the axis type by looking into the data of the traces that referenced the axis in question. CompiledName: |
x.type()
Signature: unit -> unit
|
Sets the axis type. By default, plotly attempts to determined the axis type by looking into the data of the traces that referenced the axis in question. CompiledName: |
x.zeroline()
Signature: unit -> bool
|
Determines whether or not a line is drawn at along the 0 value of this axis. If true, the zero line is drawn on top of the grid lines. CompiledName: |
x.zeroline()
Signature: unit -> unit
|
Determines whether or not a line is drawn at along the 0 value of this axis. If true, the zero line is drawn on top of the grid lines. CompiledName: |
x.zerolinecolor()
Signature: unit -> string
|
Sets the line color of the zero line. CompiledName: |
x.zerolinecolor()
Signature: unit -> unit
|
Sets the line color of the zero line. CompiledName: |
x.zerolinewidth()
Signature: unit -> float
|
Sets the width (in px) of the zero line. CompiledName: |
x.zerolinewidth()
Signature: unit -> unit
|
Sets the width (in px) of the zero line. CompiledName: |