XPlot


Area

Constructors

ConstructorDescription
new()
Signature: unit -> Area

Instance members

Instance memberDescription
angularaxis()
Signature: unit -> AngularAxis

Polar chart subplots are not supported yet. Info coming soon

angularaxis()
Signature: unit -> unit

Polar chart subplots are not supported yet. Info coming soon

marker()
Signature: unit -> Marker

Links a dictionary containing marker style of the area sectors of this trace, for example the sector fill color and sector boundary line width and sector boundary color.

marker()
Signature: unit -> unit

Links a dictionary containing marker style of the area sectors of this trace, for example the sector fill color and sector boundary line width and sector boundary color.

name()
Signature: unit -> string

The label associated with this trace. This name will appear in the legend, on hover and in the column header in the online spreadsheet.

name()
Signature: unit -> unit

The label associated with this trace. This name will appear in the legend, on hover and in the column header in the online spreadsheet.

r()
Signature: unit -> seq<float>

Sets the radial coordinates of the circle sectors in this polar area trace about the origin; that is, the radial extent of each circle sector.

r()
Signature: unit -> unit

Sets the radial coordinates of the circle sectors in this polar area trace about the origin; that is, the radial extent of each circle sector.

radialaxis()
Signature: unit -> RadialAxis

Polar chart subplots are not supported yet. Info coming soon

radialaxis()
Signature: unit -> unit

Polar chart subplots are not supported yet. Info coming soon

ShouldSerializeangularaxis()
Signature: unit -> bool
ShouldSerializemarker()
Signature: unit -> bool
ShouldSerializename()
Signature: unit -> bool
ShouldSerializer()
Signature: unit -> bool
ShouldSerializeradialaxis()
Signature: unit -> bool
ShouldSerializeshowlegend()
Signature: unit -> bool
ShouldSerializestream()
Signature: unit -> bool
ShouldSerializet()
Signature: unit -> bool
ShouldSerializetype()
Signature: unit -> bool
ShouldSerializevisible()
Signature: unit -> bool
showlegend()
Signature: unit -> string

Toggle whether or not this trace will be labeled in the legend.

showlegend()
Signature: unit -> unit

Toggle whether or not this trace will be labeled in the legend.

stream()
Signature: unit -> Stream

Links a dictionary that initializes this trace as a writable-stream, for use with the streaming API.

stream()
Signature: unit -> unit

Links a dictionary that initializes this trace as a writable-stream, for use with the streaming API.

t()
Signature: unit -> seq<obj>

Sets the angular coordinates of the circle sectors in this polar area trace. There are as many sectors as coordinates linked to 't' and 'r'. Each sector is drawn about the coordinates linked to 't', where they spanned symmetrically in both the positive and negative angular directions. The angular extent of each sector is equal to the angular range (360 degree by default) divided by the number of sectors. Note that the sectors are drawn in order; coordinates at the end of the array may overlay the coordinates at the start. By default, the angular coordinates are in degrees (0 to 360) where the angles are measured clockwise about the right-hand side of the origin. To change this behavior, modify 'range' in 'angularaxis' or/and 'direction' in 'layout'. If 't' is linked to an array of strings, then the angular coordinates are 0, 360\N, 2*360/N, ... where N is the number of coordinates given labeled by the array of strings linked to 't'.

t()
Signature: unit -> unit

Sets the angular coordinates of the circle sectors in this polar area trace. There are as many sectors as coordinates linked to 't' and 'r'. Each sector is drawn about the coordinates linked to 't', where they spanned symmetrically in both the positive and negative angular directions. The angular extent of each sector is equal to the angular range (360 degree by default) divided by the number of sectors. Note that the sectors are drawn in order; coordinates at the end of the array may overlay the coordinates at the start. By default, the angular coordinates are in degrees (0 to 360) where the angles are measured clockwise about the right-hand side of the origin. To change this behavior, modify 'range' in 'angularaxis' or/and 'direction' in 'layout'. If 't' is linked to an array of strings, then the angular coordinates are 0, 360\N, 2*360/N, ... where N is the number of coordinates given labeled by the array of strings linked to 't'.

type()
Signature: unit -> string

Plotly identifier for this data's trace type.

type()
Signature: unit -> unit

Plotly identifier for this data's trace type.

visible()
Signature: unit -> string

Toggles whether or not this object will be visible on the rendered figure.

visible()
Signature: unit -> unit

Toggles whether or not this object will be visible on the rendered figure.

Fork me on GitHub