Chart Type

Static members

Static member Description

Chart.BarPolar(rTheta, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerPatternShape, ?MultiMarkerPatternShape, ?MarkerPattern, ?Marker, ?Base, ?Width, ?MultiWidth, ?UseDefaults)

Full Usage: Chart.BarPolar(rTheta, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerPatternShape, ?MultiMarkerPatternShape, ?MarkerPattern, ?Marker, ?Base, ?Width, ?MultiWidth, ?UseDefaults)

Parameters:
    rTheta : seq<'a * 'b> - Sets the radial height and angular position of the bars
    ?Name : string - Sets the trace name. The trace name appear as the legend item and on hover
    ?ShowLegend : bool - Determines whether or not an item corresponding to this trace is shown in the legend.
    ?Opacity : float - Sets the opactity of the trace
    ?MultiOpacity : seq<float> - Sets the opactity of individual datum markers
    ?Text : 'c - Sets a text associated with each datum
    ?MultiText : seq<'c> - Sets individual text for each datum
    ?MarkerColor : Color - Sets the color of the bars
    ?MarkerColorScale : Colorscale - Sets the colorscale of the bars
    ?MarkerOutline : Line - Sets the color of the bar outline
    ?MarkerPatternShape : PatternShape - Sets the pattern shape for all bars
    ?MultiMarkerPatternShape : seq<PatternShape> - Sets individual pattern shapes for the bars
    ?MarkerPattern : Pattern - Sets the marker pattern (use this for more finegrained control than the other pattern-associated arguments).
    ?Marker : Marker - Sets the marker for the bars (use this for more finegrained control than the other marker-associated arguments).
    ?Base : 'd - Sets where the bar base is drawn (in position axis units).
    ?Width : 'e - Sets the bar width (in position axis units) of all bars.
    ?MultiWidth : seq<'e> - Sets the individual bar width (in position axis units) for each bar.
    ?UseDefaults : bool - If set to false, ignore the global default settings set in `Defaults`

Returns: GenericChart

Creates a polar bar chart. A polar bar chart is a chart that presents categorical data on a polar coordinate system with bars with radial height proportional to the values that they represent.

rTheta : seq<'a * 'b>

Sets the radial height and angular position of the bars

?Name : string

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

?ShowLegend : bool

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

?Opacity : float

Sets the opactity of the trace

?MultiOpacity : seq<float>

Sets the opactity of individual datum markers

?Text : 'c

Sets a text associated with each datum

?MultiText : seq<'c>

Sets individual text for each datum

?MarkerColor : Color

Sets the color of the bars

?MarkerColorScale : Colorscale

Sets the colorscale of the bars

?MarkerOutline : Line

Sets the color of the bar outline

?MarkerPatternShape : PatternShape

Sets the pattern shape for all bars

?MultiMarkerPatternShape : seq<PatternShape>

Sets individual pattern shapes for the bars

?MarkerPattern : Pattern

Sets the marker pattern (use this for more finegrained control than the other pattern-associated arguments).

?Marker : Marker

Sets the marker for the bars (use this for more finegrained control than the other marker-associated arguments).

?Base : 'd

Sets where the bar base is drawn (in position axis units).

?Width : 'e

Sets the bar width (in position axis units) of all bars.

?MultiWidth : seq<'e>

Sets the individual bar width (in position axis units) for each bar.

?UseDefaults : bool

If set to false, ignore the global default settings set in `Defaults`

Returns: GenericChart

Chart.BarPolar(r, theta, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerPatternShape, ?MultiMarkerPatternShape, ?MarkerPattern, ?Marker, ?Base, ?Width, ?MultiWidth, ?UseDefaults)

Full Usage: Chart.BarPolar(r, theta, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerPatternShape, ?MultiMarkerPatternShape, ?MarkerPattern, ?Marker, ?Base, ?Width, ?MultiWidth, ?UseDefaults)

Parameters:
    r : seq<'a> - Sets the radial height of the bars
    theta : seq<'b> - sets the angular position of the bars
    ?Name : string - Sets the trace name. The trace name appear as the legend item and on hover
    ?ShowLegend : bool - Determines whether or not an item corresponding to this trace is shown in the legend.
    ?Opacity : float - Sets the opactity of the trace
    ?MultiOpacity : seq<float> - Sets the opactity of individual datum markers
    ?Text : 'c - Sets a text associated with each datum
    ?MultiText : seq<'c> - Sets individual text for each datum
    ?MarkerColor : Color - Sets the color of the bars
    ?MarkerColorScale : Colorscale - Sets the colorscale of the bars
    ?MarkerOutline : Line - Sets the color of the bar outline
    ?MarkerPatternShape : PatternShape - Sets the pattern shape for all bars
    ?MultiMarkerPatternShape : seq<PatternShape> - Sets individual pattern shapes for the bars
    ?MarkerPattern : Pattern - Sets the marker pattern (use this for more finegrained control than the other pattern-associated arguments).
    ?Marker : Marker - Sets the marker for the bars (use this for more finegrained control than the other marker-associated arguments).
    ?Base : 'd - Sets where the bar base is drawn (in position axis units).
    ?Width : 'e - Sets the bar width (in position axis units) of all bars.
    ?MultiWidth : seq<'e> - Sets the individual bar width (in position axis units) for each bar.
    ?UseDefaults : bool - If set to false, ignore the global default settings set in `Defaults`

Returns: GenericChart

Creates a polar bar chart. A polar bar chart is a chart that presents categorical data on a polar coordinate system with bars with radial height proportional to the values that they represent.

r : seq<'a>

Sets the radial height of the bars

theta : seq<'b>

sets the angular position of the bars

?Name : string

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

?ShowLegend : bool

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

?Opacity : float

Sets the opactity of the trace

?MultiOpacity : seq<float>

Sets the opactity of individual datum markers

?Text : 'c

Sets a text associated with each datum

?MultiText : seq<'c>

Sets individual text for each datum

?MarkerColor : Color

Sets the color of the bars

?MarkerColorScale : Colorscale

Sets the colorscale of the bars

?MarkerOutline : Line

Sets the color of the bar outline

?MarkerPatternShape : PatternShape

Sets the pattern shape for all bars

?MultiMarkerPatternShape : seq<PatternShape>

Sets individual pattern shapes for the bars

?MarkerPattern : Pattern

Sets the marker pattern (use this for more finegrained control than the other pattern-associated arguments).

?Marker : Marker

Sets the marker for the bars (use this for more finegrained control than the other marker-associated arguments).

?Base : 'd

Sets where the bar base is drawn (in position axis units).

?Width : 'e

Sets the bar width (in position axis units) of all bars.

?MultiWidth : seq<'e>

Sets the individual bar width (in position axis units) for each bar.

?UseDefaults : bool

If set to false, ignore the global default settings set in `Defaults`

Returns: GenericChart

Chart.BubblePolar(rThetaSizes, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?TextPosition, ?MultiTextPosition, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerSymbol, ?MultiMarkerSymbol, ?Marker, ?UseWebGL, ?UseDefaults)

Full Usage: Chart.BubblePolar(rThetaSizes, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?TextPosition, ?MultiTextPosition, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerSymbol, ?MultiMarkerSymbol, ?Marker, ?UseWebGL, ?UseDefaults)

Parameters:
    rThetaSizes : seq<'a * 'b * int> - Sets the radial and angular coordinates of the plotted data together with the sizes of the points
    ?Name : string - Sets the trace name. The trace name appear as the legend item and on hover
    ?ShowLegend : bool - Determines whether or not an item corresponding to this trace is shown in the legend.
    ?Opacity : float - Sets the opactity of the trace
    ?MultiOpacity : seq<float> - Sets the opactity of individual datum markers
    ?Text : 'c - Sets a text associated with each datum
    ?MultiText : seq<'c> - Sets individual text for each datum
    ?TextPosition : TextPosition - Sets the position of text associated with each datum
    ?MultiTextPosition : seq<TextPosition> - Sets the position of text associated with individual datum
    ?MarkerColor : Color - Sets the color of the marker
    ?MarkerColorScale : Colorscale - Sets the colorscale of the marker
    ?MarkerOutline : Line - Sets the outline of the marker
    ?MarkerSymbol : MarkerSymbol3D - Sets the marker symbol for each datum
    ?MultiMarkerSymbol : seq<MarkerSymbol3D> - Sets the marker symbol for each individual datum
    ?Marker : Marker - Sets the marker (use this for more finegrained control than the other marker-associated arguments)
    ?UseWebGL : bool - If true, plotly.js will use the WebGL engine to render this chart. use this when you want to render many objects at once.
    ?UseDefaults : bool - If set to false, ignore the global default settings set in `Defaults`

Returns: GenericChart

Creates a polar bubble chart. BubblePolar Plots plot two-dimensional data on on a polar coordinate system comprised of angular and radial position scales, additionally using the points size as a 4th dimension.

rThetaSizes : seq<'a * 'b * int>

Sets the radial and angular coordinates of the plotted data together with the sizes of the points

?Name : string

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

?ShowLegend : bool

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

?Opacity : float

Sets the opactity of the trace

?MultiOpacity : seq<float>

Sets the opactity of individual datum markers

?Text : 'c

Sets a text associated with each datum

?MultiText : seq<'c>

Sets individual text for each datum

?TextPosition : TextPosition

Sets the position of text associated with each datum

?MultiTextPosition : seq<TextPosition>

Sets the position of text associated with individual datum

?MarkerColor : Color

Sets the color of the marker

?MarkerColorScale : Colorscale

Sets the colorscale of the marker

?MarkerOutline : Line

Sets the outline of the marker

?MarkerSymbol : MarkerSymbol3D

Sets the marker symbol for each datum

?MultiMarkerSymbol : seq<MarkerSymbol3D>

Sets the marker symbol for each individual datum

?Marker : Marker

Sets the marker (use this for more finegrained control than the other marker-associated arguments)

?UseWebGL : bool

If true, plotly.js will use the WebGL engine to render this chart. use this when you want to render many objects at once.

?UseDefaults : bool

If set to false, ignore the global default settings set in `Defaults`

Returns: GenericChart

Chart.BubblePolar(r, theta, sizes, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?TextPosition, ?MultiTextPosition, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerSymbol, ?MultiMarkerSymbol, ?Marker, ?UseWebGL, ?UseDefaults)

Full Usage: Chart.BubblePolar(r, theta, sizes, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?TextPosition, ?MultiTextPosition, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerSymbol, ?MultiMarkerSymbol, ?Marker, ?UseWebGL, ?UseDefaults)

Parameters:
    r : seq<'a> - Sets the radial coordinates of the plotted data
    theta : seq<'b> - Sets the angular coordinates of the plotted data
    sizes : seq<int> - Sets the bubble size of the plotted data
    ?Name : string - Sets the trace name. The trace name appear as the legend item and on hover
    ?ShowLegend : bool - Determines whether or not an item corresponding to this trace is shown in the legend.
    ?Opacity : float - Sets the opactity of the trace
    ?MultiOpacity : seq<float> - Sets the opactity of individual datum markers
    ?Text : 'c - Sets a text associated with each datum
    ?MultiText : seq<'c> - Sets individual text for each datum
    ?TextPosition : TextPosition - Sets the position of text associated with each datum
    ?MultiTextPosition : seq<TextPosition> - Sets the position of text associated with individual datum
    ?MarkerColor : Color - Sets the color of the marker
    ?MarkerColorScale : Colorscale - Sets the colorscale of the marker
    ?MarkerOutline : Line - Sets the outline of the marker
    ?MarkerSymbol : MarkerSymbol3D - Sets the marker symbol for each datum
    ?MultiMarkerSymbol : seq<MarkerSymbol3D> - Sets the marker symbol for each individual datum
    ?Marker : Marker - Sets the marker (use this for more finegrained control than the other marker-associated arguments)
    ?UseWebGL : bool - If true, plotly.js will use the WebGL engine to render this chart. use this when you want to render many objects at once.
    ?UseDefaults : bool - If set to false, ignore the global default settings set in `Defaults`

Returns: GenericChart

Creates a polar bubble chart. BubblePolar Plots plot two-dimensional data on on a polar coordinate system comprised of angular and radial position scales, additionally using the points size as a 4th dimension.

r : seq<'a>

Sets the radial coordinates of the plotted data

theta : seq<'b>

Sets the angular coordinates of the plotted data

sizes : seq<int>

Sets the bubble size of the plotted data

?Name : string

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

?ShowLegend : bool

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

?Opacity : float

Sets the opactity of the trace

?MultiOpacity : seq<float>

Sets the opactity of individual datum markers

?Text : 'c

Sets a text associated with each datum

?MultiText : seq<'c>

Sets individual text for each datum

?TextPosition : TextPosition

Sets the position of text associated with each datum

?MultiTextPosition : seq<TextPosition>

Sets the position of text associated with individual datum

?MarkerColor : Color

Sets the color of the marker

?MarkerColorScale : Colorscale

Sets the colorscale of the marker

?MarkerOutline : Line

Sets the outline of the marker

?MarkerSymbol : MarkerSymbol3D

Sets the marker symbol for each datum

?MultiMarkerSymbol : seq<MarkerSymbol3D>

Sets the marker symbol for each individual datum

?Marker : Marker

Sets the marker (use this for more finegrained control than the other marker-associated arguments)

?UseWebGL : bool

If true, plotly.js will use the WebGL engine to render this chart. use this when you want to render many objects at once.

?UseDefaults : bool

If set to false, ignore the global default settings set in `Defaults`

Returns: GenericChart

Chart.LinePolar(rTheta, ?ShowMarkers, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?TextPosition, ?MultiTextPosition, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerSymbol, ?MultiMarkerSymbol, ?Marker, ?LineColor, ?LineColorScale, ?LineWidth, ?LineDash, ?Line, ?UseWebGL, ?UseDefaults)

Full Usage: Chart.LinePolar(rTheta, ?ShowMarkers, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?TextPosition, ?MultiTextPosition, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerSymbol, ?MultiMarkerSymbol, ?Marker, ?LineColor, ?LineColorScale, ?LineWidth, ?LineDash, ?Line, ?UseWebGL, ?UseDefaults)

Parameters:
    rTheta : seq<'a * 'b> - Sets the radial and angular coordinates of the plotted data
    ?ShowMarkers : bool - Whether to show markers for the datums additionally to the line
    ?Name : string - Sets the trace name. The trace name appear as the legend item and on hover
    ?ShowLegend : bool - Determines whether or not an item corresponding to this trace is shown in the legend.
    ?Opacity : float - Sets the opactity of the trace
    ?MultiOpacity : seq<float> - Sets the opactity of individual datum markers
    ?Text : 'c - Sets a text associated with each datum
    ?MultiText : seq<'c> - Sets individual text for each datum
    ?TextPosition : TextPosition - Sets the position of text associated with each datum
    ?MultiTextPosition : seq<TextPosition> - Sets the position of text associated with individual datum
    ?MarkerColor : Color - Sets the color of the marker
    ?MarkerColorScale : Colorscale - Sets the colorscale of the marker
    ?MarkerOutline : Line - Sets the outline of the marker
    ?MarkerSymbol : MarkerSymbol3D - Sets the marker symbol for each datum
    ?MultiMarkerSymbol : seq<MarkerSymbol3D> - Sets the marker symbol for each individual datum
    ?Marker : Marker - Sets the marker (use this for more finegrained control than the other marker-associated arguments)
    ?LineColor : Color - Sets the color of the line
    ?LineColorScale : Colorscale - Sets the colorscale of the line
    ?LineWidth : float - Sets the width of the line
    ?LineDash : DrawingStyle - sets the drawing style of the line
    ?Line : Line - Sets the line (use this for more finegrained control than the other line-associated arguments)
    ?UseWebGL : bool - If true, plotly.js will use the WebGL engine to render this chart. use this when you want to render many objects at once.
    ?UseDefaults : bool - If set to false, ignore the global default settings set in `Defaults`

Returns: GenericChart

Creates a polar line plot. LinePolar plots plot two-dimensional data on a polar coordinate system comprised of angular and radial position scales connected via a line.

rTheta : seq<'a * 'b>

Sets the radial and angular coordinates of the plotted data

?ShowMarkers : bool

Whether to show markers for the datums additionally to the line

?Name : string

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

?ShowLegend : bool

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

?Opacity : float

Sets the opactity of the trace

?MultiOpacity : seq<float>

Sets the opactity of individual datum markers

?Text : 'c

Sets a text associated with each datum

?MultiText : seq<'c>

Sets individual text for each datum

?TextPosition : TextPosition

Sets the position of text associated with each datum

?MultiTextPosition : seq<TextPosition>

Sets the position of text associated with individual datum

?MarkerColor : Color

Sets the color of the marker

?MarkerColorScale : Colorscale

Sets the colorscale of the marker

?MarkerOutline : Line

Sets the outline of the marker

?MarkerSymbol : MarkerSymbol3D

Sets the marker symbol for each datum

?MultiMarkerSymbol : seq<MarkerSymbol3D>

Sets the marker symbol for each individual datum

?Marker : Marker

Sets the marker (use this for more finegrained control than the other marker-associated arguments)

?LineColor : Color

Sets the color of the line

?LineColorScale : Colorscale

Sets the colorscale of the line

?LineWidth : float

Sets the width of the line

?LineDash : DrawingStyle

sets the drawing style of the line

?Line : Line

Sets the line (use this for more finegrained control than the other line-associated arguments)

?UseWebGL : bool

If true, plotly.js will use the WebGL engine to render this chart. use this when you want to render many objects at once.

?UseDefaults : bool

If set to false, ignore the global default settings set in `Defaults`

Returns: GenericChart

Chart.LinePolar(r, theta, ?ShowMarkers, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?TextPosition, ?MultiTextPosition, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerSymbol, ?MultiMarkerSymbol, ?Marker, ?LineColor, ?LineColorScale, ?LineWidth, ?LineDash, ?Line, ?UseWebGL, ?UseDefaults)

Full Usage: Chart.LinePolar(r, theta, ?ShowMarkers, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?TextPosition, ?MultiTextPosition, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerSymbol, ?MultiMarkerSymbol, ?Marker, ?LineColor, ?LineColorScale, ?LineWidth, ?LineDash, ?Line, ?UseWebGL, ?UseDefaults)

Parameters:
    r : seq<'a> - Sets the radial coordinates of the plotted data
    theta : seq<'b> - Sets the angular coordinates of the plotted data
    ?ShowMarkers : bool - Whether to show markers for the datums additionally to the line
    ?Name : string - Sets the trace name. The trace name appear as the legend item and on hover
    ?ShowLegend : bool - Determines whether or not an item corresponding to this trace is shown in the legend.
    ?Opacity : float - Sets the opactity of the trace
    ?MultiOpacity : seq<float> - Sets the opactity of individual datum markers
    ?Text : 'c - Sets a text associated with each datum
    ?MultiText : seq<'c> - Sets individual text for each datum
    ?TextPosition : TextPosition - Sets the position of text associated with each datum
    ?MultiTextPosition : seq<TextPosition> - Sets the position of text associated with individual datum
    ?MarkerColor : Color - Sets the color of the marker
    ?MarkerColorScale : Colorscale - Sets the colorscale of the marker
    ?MarkerOutline : Line - Sets the outline of the marker
    ?MarkerSymbol : MarkerSymbol3D - Sets the marker symbol for each datum
    ?MultiMarkerSymbol : seq<MarkerSymbol3D> - Sets the marker symbol for each individual datum
    ?Marker : Marker - Sets the marker (use this for more finegrained control than the other marker-associated arguments)
    ?LineColor : Color - Sets the color of the line
    ?LineColorScale : Colorscale - Sets the colorscale of the line
    ?LineWidth : float - Sets the width of the line
    ?LineDash : DrawingStyle - sets the drawing style of the line
    ?Line : Line - Sets the line (use this for more finegrained control than the other line-associated arguments)
    ?UseWebGL : bool - If true, plotly.js will use the WebGL engine to render this chart. use this when you want to render many objects at once.
    ?UseDefaults : bool - If set to false, ignore the global default settings set in `Defaults`

Returns: GenericChart

Creates a polar line plot. LinePolar plots plot two-dimensional data on a polar coordinate system comprised of angular and radial position scales connected via a line.

r : seq<'a>

Sets the radial coordinates of the plotted data

theta : seq<'b>

Sets the angular coordinates of the plotted data

?ShowMarkers : bool

Whether to show markers for the datums additionally to the line

?Name : string

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

?ShowLegend : bool

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

?Opacity : float

Sets the opactity of the trace

?MultiOpacity : seq<float>

Sets the opactity of individual datum markers

?Text : 'c

Sets a text associated with each datum

?MultiText : seq<'c>

Sets individual text for each datum

?TextPosition : TextPosition

Sets the position of text associated with each datum

?MultiTextPosition : seq<TextPosition>

Sets the position of text associated with individual datum

?MarkerColor : Color

Sets the color of the marker

?MarkerColorScale : Colorscale

Sets the colorscale of the marker

?MarkerOutline : Line

Sets the outline of the marker

?MarkerSymbol : MarkerSymbol3D

Sets the marker symbol for each datum

?MultiMarkerSymbol : seq<MarkerSymbol3D>

Sets the marker symbol for each individual datum

?Marker : Marker

Sets the marker (use this for more finegrained control than the other marker-associated arguments)

?LineColor : Color

Sets the color of the line

?LineColorScale : Colorscale

Sets the colorscale of the line

?LineWidth : float

Sets the width of the line

?LineDash : DrawingStyle

sets the drawing style of the line

?Line : Line

Sets the line (use this for more finegrained control than the other line-associated arguments)

?UseWebGL : bool

If true, plotly.js will use the WebGL engine to render this chart. use this when you want to render many objects at once.

?UseDefaults : bool

If set to false, ignore the global default settings set in `Defaults`

Returns: GenericChart

Chart.PointPolar(rTheta, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?TextPosition, ?MultiTextPosition, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerSymbol, ?MultiMarkerSymbol, ?Marker, ?UseWebGL, ?UseDefaults)

Full Usage: Chart.PointPolar(rTheta, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?TextPosition, ?MultiTextPosition, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerSymbol, ?MultiMarkerSymbol, ?Marker, ?UseWebGL, ?UseDefaults)

Parameters:
    rTheta : seq<'a * 'b> - Sets the radial and angular coordinates of the plotted data
    ?Name : string - Sets the trace name. The trace name appear as the legend item and on hover
    ?ShowLegend : bool - Determines whether or not an item corresponding to this trace is shown in the legend.
    ?Opacity : float - Sets the opactity of the trace
    ?MultiOpacity : seq<float> - Sets the opactity of individual datum markers
    ?Text : 'c - Sets a text associated with each datum
    ?MultiText : seq<'c> - Sets individual text for each datum
    ?TextPosition : TextPosition - Sets the position of text associated with each datum
    ?MultiTextPosition : seq<TextPosition> - Sets the position of text associated with individual datum
    ?MarkerColor : Color - Sets the color of the marker
    ?MarkerColorScale : Colorscale - Sets the colorscale of the marker
    ?MarkerOutline : Line - Sets the outline of the marker
    ?MarkerSymbol : MarkerSymbol3D - Sets the marker symbol for each datum
    ?MultiMarkerSymbol : seq<MarkerSymbol3D> - Sets the marker symbol for each individual datum
    ?Marker : Marker - Sets the marker (use this for more finegrained control than the other marker-associated arguments)
    ?UseWebGL : bool - If true, plotly.js will use the WebGL engine to render this chart. use this when you want to render many objects at once.
    ?UseDefaults : bool - If set to false, ignore the global default settings set in `Defaults`

Returns: GenericChart

Creates a polar point plot. PointPolar plots plot two-dimensional data on a polar coordinate system comprised of angular and radial position scales as points.

rTheta : seq<'a * 'b>

Sets the radial and angular coordinates of the plotted data

?Name : string

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

?ShowLegend : bool

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

?Opacity : float

Sets the opactity of the trace

?MultiOpacity : seq<float>

Sets the opactity of individual datum markers

?Text : 'c

Sets a text associated with each datum

?MultiText : seq<'c>

Sets individual text for each datum

?TextPosition : TextPosition

Sets the position of text associated with each datum

?MultiTextPosition : seq<TextPosition>

Sets the position of text associated with individual datum

?MarkerColor : Color

Sets the color of the marker

?MarkerColorScale : Colorscale

Sets the colorscale of the marker

?MarkerOutline : Line

Sets the outline of the marker

?MarkerSymbol : MarkerSymbol3D

Sets the marker symbol for each datum

?MultiMarkerSymbol : seq<MarkerSymbol3D>

Sets the marker symbol for each individual datum

?Marker : Marker

Sets the marker (use this for more finegrained control than the other marker-associated arguments)

?UseWebGL : bool

If true, plotly.js will use the WebGL engine to render this chart. use this when you want to render many objects at once.

?UseDefaults : bool

If set to false, ignore the global default settings set in `Defaults`

Returns: GenericChart

Chart.PointPolar(r, theta, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?TextPosition, ?MultiTextPosition, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerSymbol, ?MultiMarkerSymbol, ?Marker, ?UseWebGL, ?UseDefaults)

Full Usage: Chart.PointPolar(r, theta, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?TextPosition, ?MultiTextPosition, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerSymbol, ?MultiMarkerSymbol, ?Marker, ?UseWebGL, ?UseDefaults)

Parameters:
    r : seq<'a> - Sets the radial coordinates of the plotted data
    theta : seq<'b> - Sets the angular coordinates of the plotted data
    ?Name : string - Sets the trace name. The trace name appear as the legend item and on hover
    ?ShowLegend : bool - Determines whether or not an item corresponding to this trace is shown in the legend.
    ?Opacity : float - Sets the opactity of the trace
    ?MultiOpacity : seq<float> - Sets the opactity of individual datum markers
    ?Text : 'c - Sets a text associated with each datum
    ?MultiText : seq<'c> - Sets individual text for each datum
    ?TextPosition : TextPosition - Sets the position of text associated with each datum
    ?MultiTextPosition : seq<TextPosition> - Sets the position of text associated with individual datum
    ?MarkerColor : Color - Sets the color of the marker
    ?MarkerColorScale : Colorscale - Sets the colorscale of the marker
    ?MarkerOutline : Line - Sets the outline of the marker
    ?MarkerSymbol : MarkerSymbol3D - Sets the marker symbol for each datum
    ?MultiMarkerSymbol : seq<MarkerSymbol3D> - Sets the marker symbol for each individual datum
    ?Marker : Marker - Sets the marker (use this for more finegrained control than the other marker-associated arguments)
    ?UseWebGL : bool - If true, plotly.js will use the WebGL engine to render this chart. use this when you want to render many objects at once.
    ?UseDefaults : bool - If set to false, ignore the global default settings set in `Defaults`

Returns: GenericChart

Creates a polar point plot. PointPolar plots plot two-dimensional data on a polar coordinate system comprised of angular and radial position scales as points.

r : seq<'a>

Sets the radial coordinates of the plotted data

theta : seq<'b>

Sets the angular coordinates of the plotted data

?Name : string

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

?ShowLegend : bool

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

?Opacity : float

Sets the opactity of the trace

?MultiOpacity : seq<float>

Sets the opactity of individual datum markers

?Text : 'c

Sets a text associated with each datum

?MultiText : seq<'c>

Sets individual text for each datum

?TextPosition : TextPosition

Sets the position of text associated with each datum

?MultiTextPosition : seq<TextPosition>

Sets the position of text associated with individual datum

?MarkerColor : Color

Sets the color of the marker

?MarkerColorScale : Colorscale

Sets the colorscale of the marker

?MarkerOutline : Line

Sets the outline of the marker

?MarkerSymbol : MarkerSymbol3D

Sets the marker symbol for each datum

?MultiMarkerSymbol : seq<MarkerSymbol3D>

Sets the marker symbol for each individual datum

?Marker : Marker

Sets the marker (use this for more finegrained control than the other marker-associated arguments)

?UseWebGL : bool

If true, plotly.js will use the WebGL engine to render this chart. use this when you want to render many objects at once.

?UseDefaults : bool

If set to false, ignore the global default settings set in `Defaults`

Returns: GenericChart

Chart.ScatterPolar(rTheta, mode, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?TextPosition, ?MultiTextPosition, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerSymbol, ?MultiMarkerSymbol, ?Marker, ?LineColor, ?LineColorScale, ?LineWidth, ?LineDash, ?Line, ?UseWebGL, ?UseDefaults)

Full Usage: Chart.ScatterPolar(rTheta, mode, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?TextPosition, ?MultiTextPosition, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerSymbol, ?MultiMarkerSymbol, ?Marker, ?LineColor, ?LineColorScale, ?LineWidth, ?LineDash, ?Line, ?UseWebGL, ?UseDefaults)

Parameters:
    rTheta : seq<'a * 'b> - Sets the radial and angular coordinates of the plotted data
    mode : Mode - Determines the drawing mode for this scatter trace.
    ?Name : string - Sets the trace name. The trace name appear as the legend item and on hover
    ?ShowLegend : bool - Determines whether or not an item corresponding to this trace is shown in the legend.
    ?Opacity : float - Sets the opactity of the trace
    ?MultiOpacity : seq<float> - Sets the opactity of individual datum markers
    ?Text : 'c - Sets a text associated with each datum
    ?MultiText : seq<'c> - Sets individual text for each datum
    ?TextPosition : TextPosition - Sets the position of text associated with each datum
    ?MultiTextPosition : seq<TextPosition> - Sets the position of text associated with individual datum
    ?MarkerColor : Color - Sets the color of the marker
    ?MarkerColorScale : Colorscale - Sets the colorscale of the marker
    ?MarkerOutline : Line - Sets the outline of the marker
    ?MarkerSymbol : MarkerSymbol3D - Sets the marker symbol for each datum
    ?MultiMarkerSymbol : seq<MarkerSymbol3D> - Sets the marker symbol for each individual datum
    ?Marker : Marker - Sets the marker (use this for more finegrained control than the other marker-associated arguments)
    ?LineColor : Color - Sets the color of the line
    ?LineColorScale : Colorscale - Sets the colorscale of the line
    ?LineWidth : float - Sets the width of the line
    ?LineDash : DrawingStyle - sets the drawing style of the line
    ?Line : Line - Sets the line (use this for more finegrained control than the other line-associated arguments)
    ?UseWebGL : bool - If true, plotly.js will use the WebGL engine to render this chart. use this when you want to render many objects at once.
    ?UseDefaults : bool - If set to false, ignore the global default settings set in `Defaults`

Returns: GenericChart

Creates a polar scatter plot. In general, ScatterPolar plots plot two-dimensional data on a polar coordinate system comprised of angular and radial position scales. ScatterPolar charts are the basis of PointPolar, LinePolar, SplinePolar, and BubblePolar Charts, and can be customized as such. We also provide abstractions for those: Chart.PointPolar, Chart.LinePolar, Chart.SplinePolar , Chart.BubblePolar

rTheta : seq<'a * 'b>

Sets the radial and angular coordinates of the plotted data

mode : Mode

Determines the drawing mode for this scatter trace.

?Name : string

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

?ShowLegend : bool

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

?Opacity : float

Sets the opactity of the trace

?MultiOpacity : seq<float>

Sets the opactity of individual datum markers

?Text : 'c

Sets a text associated with each datum

?MultiText : seq<'c>

Sets individual text for each datum

?TextPosition : TextPosition

Sets the position of text associated with each datum

?MultiTextPosition : seq<TextPosition>

Sets the position of text associated with individual datum

?MarkerColor : Color

Sets the color of the marker

?MarkerColorScale : Colorscale

Sets the colorscale of the marker

?MarkerOutline : Line

Sets the outline of the marker

?MarkerSymbol : MarkerSymbol3D

Sets the marker symbol for each datum

?MultiMarkerSymbol : seq<MarkerSymbol3D>

Sets the marker symbol for each individual datum

?Marker : Marker

Sets the marker (use this for more finegrained control than the other marker-associated arguments)

?LineColor : Color

Sets the color of the line

?LineColorScale : Colorscale

Sets the colorscale of the line

?LineWidth : float

Sets the width of the line

?LineDash : DrawingStyle

sets the drawing style of the line

?Line : Line

Sets the line (use this for more finegrained control than the other line-associated arguments)

?UseWebGL : bool

If true, plotly.js will use the WebGL engine to render this chart. use this when you want to render many objects at once.

?UseDefaults : bool

If set to false, ignore the global default settings set in `Defaults`

Returns: GenericChart

Chart.ScatterPolar(r, theta, mode, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?TextPosition, ?MultiTextPosition, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerSymbol, ?MultiMarkerSymbol, ?Marker, ?LineColor, ?LineColorScale, ?LineWidth, ?LineDash, ?Line, ?UseWebGL, ?UseDefaults)

Full Usage: Chart.ScatterPolar(r, theta, mode, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?TextPosition, ?MultiTextPosition, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerSymbol, ?MultiMarkerSymbol, ?Marker, ?LineColor, ?LineColorScale, ?LineWidth, ?LineDash, ?Line, ?UseWebGL, ?UseDefaults)

Parameters:
    r : seq<'a> - Sets the radial coordinates of the plotted data
    theta : seq<'b> - Sets the angular coordinates of the plotted data (in degrees)
    mode : Mode - Determines the drawing mode for this scatter trace.
    ?Name : string - Sets the trace name. The trace name appear as the legend item and on hover
    ?ShowLegend : bool - Determines whether or not an item corresponding to this trace is shown in the legend.
    ?Opacity : float - Sets the opactity of the trace
    ?MultiOpacity : seq<float> - Sets the opactity of individual datum markers
    ?Text : 'c - Sets a text associated with each datum
    ?MultiText : seq<'c> - Sets individual text for each datum
    ?TextPosition : TextPosition - Sets the position of text associated with each datum
    ?MultiTextPosition : seq<TextPosition> - Sets the position of text associated with individual datum
    ?MarkerColor : Color - Sets the color of the marker
    ?MarkerColorScale : Colorscale - Sets the colorscale of the marker
    ?MarkerOutline : Line - Sets the outline of the marker
    ?MarkerSymbol : MarkerSymbol3D - Sets the marker symbol for each datum
    ?MultiMarkerSymbol : seq<MarkerSymbol3D> - Sets the marker symbol for each individual datum
    ?Marker : Marker - Sets the marker (use this for more finegrained control than the other marker-associated arguments)
    ?LineColor : Color - Sets the color of the line
    ?LineColorScale : Colorscale - Sets the colorscale of the line
    ?LineWidth : float - Sets the width of the line
    ?LineDash : DrawingStyle - sets the drawing style of the line
    ?Line : Line - Sets the line (use this for more finegrained control than the other line-associated arguments)
    ?UseWebGL : bool - If true, plotly.js will use the WebGL engine to render this chart. use this when you want to render many objects at once.
    ?UseDefaults : bool - If set to false, ignore the global default settings set in `Defaults`

Returns: GenericChart

Creates a polar scatter plot. In general, ScatterPolar plots plot two-dimensional data on a polar coordinate system comprised of angular and radial position scales. ScatterPolar charts are the basis of PointPolar, LinePolar, SplinePolar, and BubblePolar Charts, and can be customized as such. We also provide abstractions for those: Chart.PointPolar, Chart.LinePolar, Chart.SplinePolar , Chart.BubblePolar

r : seq<'a>

Sets the radial coordinates of the plotted data

theta : seq<'b>

Sets the angular coordinates of the plotted data (in degrees)

mode : Mode

Determines the drawing mode for this scatter trace.

?Name : string

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

?ShowLegend : bool

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

?Opacity : float

Sets the opactity of the trace

?MultiOpacity : seq<float>

Sets the opactity of individual datum markers

?Text : 'c

Sets a text associated with each datum

?MultiText : seq<'c>

Sets individual text for each datum

?TextPosition : TextPosition

Sets the position of text associated with each datum

?MultiTextPosition : seq<TextPosition>

Sets the position of text associated with individual datum

?MarkerColor : Color

Sets the color of the marker

?MarkerColorScale : Colorscale

Sets the colorscale of the marker

?MarkerOutline : Line

Sets the outline of the marker

?MarkerSymbol : MarkerSymbol3D

Sets the marker symbol for each datum

?MultiMarkerSymbol : seq<MarkerSymbol3D>

Sets the marker symbol for each individual datum

?Marker : Marker

Sets the marker (use this for more finegrained control than the other marker-associated arguments)

?LineColor : Color

Sets the color of the line

?LineColorScale : Colorscale

Sets the colorscale of the line

?LineWidth : float

Sets the width of the line

?LineDash : DrawingStyle

sets the drawing style of the line

?Line : Line

Sets the line (use this for more finegrained control than the other line-associated arguments)

?UseWebGL : bool

If true, plotly.js will use the WebGL engine to render this chart. use this when you want to render many objects at once.

?UseDefaults : bool

If set to false, ignore the global default settings set in `Defaults`

Returns: GenericChart

Chart.SplinePolar(rTheta, ?ShowMarkers, ?Smoothing, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?TextPosition, ?MultiTextPosition, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerSymbol, ?MultiMarkerSymbol, ?Marker, ?LineColor, ?LineColorScale, ?LineWidth, ?LineDash, ?Line, ?UseWebGL, ?UseDefaults)

Full Usage: Chart.SplinePolar(rTheta, ?ShowMarkers, ?Smoothing, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?TextPosition, ?MultiTextPosition, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerSymbol, ?MultiMarkerSymbol, ?Marker, ?LineColor, ?LineColorScale, ?LineWidth, ?LineDash, ?Line, ?UseWebGL, ?UseDefaults)

Parameters:
    rTheta : seq<'a * 'b> - Sets the radial and angular coordinates of the plotted data
    ?ShowMarkers : bool - Whether to show markers for the datums additionally to the line
    ?Smoothing : float - Sets the amount of smoothing. "0" corresponds to no smoothing (equivalent to a "linear" shape). Use values between 0. and 1.3
    ?Name : string - Sets the trace name. The trace name appear as the legend item and on hover
    ?ShowLegend : bool - Determines whether or not an item corresponding to this trace is shown in the legend.
    ?Opacity : float - Sets the opactity of the trace
    ?MultiOpacity : seq<float> - Sets the opactity of individual datum markers
    ?Text : 'c - Sets a text associated with each datum
    ?MultiText : seq<'c> - Sets individual text for each datum
    ?TextPosition : TextPosition - Sets the position of text associated with each datum
    ?MultiTextPosition : seq<TextPosition> - Sets the position of text associated with individual datum
    ?MarkerColor : Color - Sets the color of the marker
    ?MarkerColorScale : Colorscale - Sets the colorscale of the marker
    ?MarkerOutline : Line - Sets the outline of the marker
    ?MarkerSymbol : MarkerSymbol3D - Sets the marker symbol for each datum
    ?MultiMarkerSymbol : seq<MarkerSymbol3D> - Sets the marker symbol for each individual datum
    ?Marker : Marker - Sets the marker (use this for more finegrained control than the other marker-associated arguments)
    ?LineColor : Color - Sets the color of the line
    ?LineColorScale : Colorscale - Sets the colorscale of the line
    ?LineWidth : float - Sets the width of the line
    ?LineDash : DrawingStyle - sets the drawing style of the line
    ?Line : Line - Sets the line (use this for more finegrained control than the other line-associated arguments)
    ?UseWebGL : bool - If true, plotly.js will use the WebGL engine to render this chart. use this when you want to render many objects at once.
    ?UseDefaults : bool - If set to false, ignore the global default settings set in `Defaults`

Returns: GenericChart

Creates a polar spline plot. LinePolar plots plot two-dimensional data on a polar coordinate system comprised of angular and radial position scales connected via a smoothed line.

rTheta : seq<'a * 'b>

Sets the radial and angular coordinates of the plotted data

?ShowMarkers : bool

Whether to show markers for the datums additionally to the line

?Smoothing : float

Sets the amount of smoothing. "0" corresponds to no smoothing (equivalent to a "linear" shape). Use values between 0. and 1.3

?Name : string

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

?ShowLegend : bool

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

?Opacity : float

Sets the opactity of the trace

?MultiOpacity : seq<float>

Sets the opactity of individual datum markers

?Text : 'c

Sets a text associated with each datum

?MultiText : seq<'c>

Sets individual text for each datum

?TextPosition : TextPosition

Sets the position of text associated with each datum

?MultiTextPosition : seq<TextPosition>

Sets the position of text associated with individual datum

?MarkerColor : Color

Sets the color of the marker

?MarkerColorScale : Colorscale

Sets the colorscale of the marker

?MarkerOutline : Line

Sets the outline of the marker

?MarkerSymbol : MarkerSymbol3D

Sets the marker symbol for each datum

?MultiMarkerSymbol : seq<MarkerSymbol3D>

Sets the marker symbol for each individual datum

?Marker : Marker

Sets the marker (use this for more finegrained control than the other marker-associated arguments)

?LineColor : Color

Sets the color of the line

?LineColorScale : Colorscale

Sets the colorscale of the line

?LineWidth : float

Sets the width of the line

?LineDash : DrawingStyle

sets the drawing style of the line

?Line : Line

Sets the line (use this for more finegrained control than the other line-associated arguments)

?UseWebGL : bool

If true, plotly.js will use the WebGL engine to render this chart. use this when you want to render many objects at once.

?UseDefaults : bool

If set to false, ignore the global default settings set in `Defaults`

Returns: GenericChart

Chart.SplinePolar(r, theta, ?ShowMarkers, ?Smoothing, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?TextPosition, ?MultiTextPosition, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerSymbol, ?MultiMarkerSymbol, ?Marker, ?LineColor, ?LineColorScale, ?LineWidth, ?LineDash, ?Line, ?UseWebGL, ?UseDefaults)

Full Usage: Chart.SplinePolar(r, theta, ?ShowMarkers, ?Smoothing, ?Name, ?ShowLegend, ?Opacity, ?MultiOpacity, ?Text, ?MultiText, ?TextPosition, ?MultiTextPosition, ?MarkerColor, ?MarkerColorScale, ?MarkerOutline, ?MarkerSymbol, ?MultiMarkerSymbol, ?Marker, ?LineColor, ?LineColorScale, ?LineWidth, ?LineDash, ?Line, ?UseWebGL, ?UseDefaults)

Parameters:
    r : seq<'a> - Sets the radial coordinates of the plotted data
    theta : seq<'b> - Sets the angular coordinates of the plotted data
    ?ShowMarkers : bool - Whether to show markers for the datums additionally to the line
    ?Smoothing : float - Sets the amount of smoothing. "0" corresponds to no smoothing (equivalent to a "linear" shape). Use values between 0. and 1.3
    ?Name : string - Sets the trace name. The trace name appear as the legend item and on hover
    ?ShowLegend : bool - Determines whether or not an item corresponding to this trace is shown in the legend.
    ?Opacity : float - Sets the opactity of the trace
    ?MultiOpacity : seq<float> - Sets the opactity of individual datum markers
    ?Text : 'c - Sets a text associated with each datum
    ?MultiText : seq<'c> - Sets individual text for each datum
    ?TextPosition : TextPosition - Sets the position of text associated with each datum
    ?MultiTextPosition : seq<TextPosition> - Sets the position of text associated with individual datum
    ?MarkerColor : Color - Sets the color of the marker
    ?MarkerColorScale : Colorscale - Sets the colorscale of the marker
    ?MarkerOutline : Line - Sets the outline of the marker
    ?MarkerSymbol : MarkerSymbol3D - Sets the marker symbol for each datum
    ?MultiMarkerSymbol : seq<MarkerSymbol3D> - Sets the marker symbol for each individual datum
    ?Marker : Marker - Sets the marker (use this for more finegrained control than the other marker-associated arguments)
    ?LineColor : Color - Sets the color of the line
    ?LineColorScale : Colorscale - Sets the colorscale of the line
    ?LineWidth : float - Sets the width of the line
    ?LineDash : DrawingStyle - sets the drawing style of the line
    ?Line : Line - Sets the line (use this for more finegrained control than the other line-associated arguments)
    ?UseWebGL : bool - If true, plotly.js will use the WebGL engine to render this chart. use this when you want to render many objects at once.
    ?UseDefaults : bool - If set to false, ignore the global default settings set in `Defaults`

Returns: GenericChart

Creates a polar spline plot. LinePolar plots plot two-dimensional data on a polar coordinate system comprised of angular and radial position scales connected via a smoothed line.

r : seq<'a>

Sets the radial coordinates of the plotted data

theta : seq<'b>

Sets the angular coordinates of the plotted data

?ShowMarkers : bool

Whether to show markers for the datums additionally to the line

?Smoothing : float

Sets the amount of smoothing. "0" corresponds to no smoothing (equivalent to a "linear" shape). Use values between 0. and 1.3

?Name : string

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

?ShowLegend : bool

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

?Opacity : float

Sets the opactity of the trace

?MultiOpacity : seq<float>

Sets the opactity of individual datum markers

?Text : 'c

Sets a text associated with each datum

?MultiText : seq<'c>

Sets individual text for each datum

?TextPosition : TextPosition

Sets the position of text associated with each datum

?MultiTextPosition : seq<TextPosition>

Sets the position of text associated with individual datum

?MarkerColor : Color

Sets the color of the marker

?MarkerColorScale : Colorscale

Sets the colorscale of the marker

?MarkerOutline : Line

Sets the outline of the marker

?MarkerSymbol : MarkerSymbol3D

Sets the marker symbol for each datum

?MultiMarkerSymbol : seq<MarkerSymbol3D>

Sets the marker symbol for each individual datum

?Marker : Marker

Sets the marker (use this for more finegrained control than the other marker-associated arguments)

?LineColor : Color

Sets the color of the line

?LineColorScale : Colorscale

Sets the colorscale of the line

?LineWidth : float

Sets the width of the line

?LineDash : DrawingStyle

sets the drawing style of the line

?Line : Line

Sets the line (use this for more finegrained control than the other line-associated arguments)

?UseWebGL : bool

If true, plotly.js will use the WebGL engine to render this chart. use this when you want to render many objects at once.

?UseDefaults : bool

If set to false, ignore the global default settings set in `Defaults`

Returns: GenericChart