XPlot


Area

Namespace: XPlot.Plotly
Parent Module: Graph

Constructors

ConstructorDescription
new()
Signature: unit -> Area

CompiledName: .ctor

Instance members

Instance memberDescription
x.hoverinfo()
Signature: unit -> string

Determines which trace information appear on hover.

CompiledName: set_hoverinfo

x.hoverinfo()
Signature: unit -> unit

Determines which trace information appear on hover.

CompiledName: get_hoverinfo

x.legendgroup()
Signature: unit -> string

Sets the legend group for this trace. Traces part of the same legend group hide/show at the same time when toggling legend items.

CompiledName: set_legendgroup

x.legendgroup()
Signature: unit -> unit

Sets the legend group for this trace. Traces part of the same legend group hide/show at the same time when toggling legend items.

CompiledName: get_legendgroup

x.marker()
Signature: unit -> Marker

CompiledName: set_marker

x.marker()
Signature: unit -> unit

CompiledName: get_marker

x.opacity()
Signature: unit -> float

Sets the opacity of the trace.

CompiledName: set_opacity

x.opacity()
Signature: unit -> unit

Sets the opacity of the trace.

CompiledName: get_opacity

x.r()
Signature: unit -> obj

For polar chart only.Sets the radial coordinates.

CompiledName: set_r

x.r()
Signature: unit -> unit

For polar chart only.Sets the radial coordinates.

CompiledName: get_r

x.rsrc()
Signature: unit -> string

Sets the source reference on plot.ly for r .

CompiledName: set_rsrc

x.rsrc()
Signature: unit -> unit

Sets the source reference on plot.ly for r .

CompiledName: get_rsrc

x.ShouldSerializehoverinfo()
Signature: unit -> bool
x.ShouldSerializelegendgroup()
Signature: unit -> bool
x.ShouldSerializemarker()
Signature: unit -> bool
x.ShouldSerializeopacity()
Signature: unit -> bool
x.ShouldSerializer()
Signature: unit -> bool
x.ShouldSerializersrc()
Signature: unit -> bool
x.ShouldSerializeshowlegend()
Signature: unit -> bool
x.ShouldSerializestream()
Signature: unit -> bool
x.ShouldSerializet()
Signature: unit -> bool
x.ShouldSerializetsrc()
Signature: unit -> bool
x.ShouldSerializetype()
Signature: unit -> bool
x.ShouldSerializeuid()
Signature: unit -> bool
x.ShouldSerializevisible()
Signature: unit -> bool
x.showlegend()
Signature: unit -> bool

Determines whether or not an item corresponding to this trace is shown in the legend.

CompiledName: set_showlegend

x.showlegend()
Signature: unit -> unit

Determines whether or not an item corresponding to this trace is shown in the legend.

CompiledName: get_showlegend

x.stream()
Signature: unit -> Stream

CompiledName: set_stream

x.stream()
Signature: unit -> unit

CompiledName: get_stream

x.t()
Signature: unit -> obj

For polar chart only.Sets the angular coordinates.

CompiledName: set_t

x.t()
Signature: unit -> unit

For polar chart only.Sets the angular coordinates.

CompiledName: get_t

x.tsrc()
Signature: unit -> string

Sets the source reference on plot.ly for t .

CompiledName: set_tsrc

x.tsrc()
Signature: unit -> unit

Sets the source reference on plot.ly for t .

CompiledName: get_tsrc

x.type()
Signature: unit -> string

CompiledName: set_type

x.type()
Signature: unit -> unit

CompiledName: get_type

x.uid()
Signature: unit -> string

Sets the trace name. The trace name appear as the legend item and on hover.

CompiledName: set_uid

x.uid()
Signature: unit -> unit

Sets the trace name. The trace name appear as the legend item and on hover.

CompiledName: get_uid

x.visible()
Signature: unit -> obj

Determines whether or not this trace is visible. If legendonly, the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible).

CompiledName: set_visible

x.visible()
Signature: unit -> unit

Determines whether or not this trace is visible. If legendonly, the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible).

CompiledName: get_visible

Fork me on GitHub