x.bgcolor()
Signature: unit -> string
|
Sets the legend background color.
CompiledName: set_bgcolor
|
x.bgcolor()
Signature: unit -> unit
|
Sets the legend background color.
CompiledName: get_bgcolor
|
x.bordercolor()
Signature: unit -> string
|
Sets the color of the border enclosing the legend.
CompiledName: set_bordercolor
|
x.bordercolor()
Signature: unit -> unit
|
Sets the color of the border enclosing the legend.
CompiledName: get_bordercolor
|
x.borderwidth()
Signature: unit -> float
|
Sets the width (in px) of the border enclosing the legend.
CompiledName: set_borderwidth
|
x.borderwidth()
Signature: unit -> unit
|
Sets the width (in px) of the border enclosing the legend.
CompiledName: get_borderwidth
|
x.font()
Signature: unit -> Font
|
CompiledName: set_font
|
x.font()
Signature: unit -> unit
|
CompiledName: get_font
|
x.orientation()
Signature: unit -> string
|
Set horizontal h or vertical v orientation of legend
CompiledName: set_orientation
|
x.orientation()
Signature: unit -> unit
|
Set horizontal h or vertical v orientation of legend
CompiledName: get_orientation
|
x.ShouldSerializebgcolor()
Signature: unit -> bool
|
|
x.ShouldSerializebordercolor()
Signature: unit -> bool
|
|
x.ShouldSerializeborderwidth()
Signature: unit -> bool
|
|
x.ShouldSerializefont()
Signature: unit -> bool
|
|
x.ShouldSerializeorientation()
Signature: unit -> bool
|
|
x.ShouldSerializetracegroupgap()
Signature: unit -> bool
|
|
x.ShouldSerializetraceorder()
Signature: unit -> bool
|
|
x.ShouldSerializex()
Signature: unit -> bool
|
|
x.ShouldSerializexanchor()
Signature: unit -> bool
|
|
x.ShouldSerializey()
Signature: unit -> bool
|
|
x.ShouldSerializeyanchor()
Signature: unit -> bool
|
|
x.ShouldSerializeyref()
Signature: unit -> bool
|
|
x.tracegroupgap()
Signature: unit -> float
|
Sets the amount of vertical space (in px) between legend groups.
CompiledName: set_tracegroupgap
|
x.tracegroupgap()
Signature: unit -> unit
|
Sets the amount of vertical space (in px) between legend groups.
CompiledName: get_tracegroupgap
|
x.traceorder()
Signature: unit -> string
|
Determines the order at which the legend items are displayed. If normal, the items are displayed top-to-bottom in the same order as the input data. If reversed, the items are displayed in the opposite order as normal. If grouped, the items are displayed in groups (when a trace legendgroup is provided). if grouped+reversed, the items are displayed in the opposite order as grouped.
CompiledName: set_traceorder
|
x.traceorder()
Signature: unit -> unit
|
Determines the order at which the legend items are displayed. If normal, the items are displayed top-to-bottom in the same order as the input data. If reversed, the items are displayed in the opposite order as normal. If grouped, the items are displayed in groups (when a trace legendgroup is provided). if grouped+reversed, the items are displayed in the opposite order as grouped.
CompiledName: get_traceorder
|
x.x()
Signature: unit -> float
|
Sets the x position (in normalized coordinates) of the legend.
CompiledName: set_x
|
x.x()
Signature: unit -> unit
|
Sets the x position (in normalized coordinates) of the legend.
CompiledName: get_x
|
x.xanchor()
Signature: unit -> obj
|
Sets the legend's horizontal position anchor. This anchor binds the x position to the left, center or right of the legend.
CompiledName: set_xanchor
|
x.xanchor()
Signature: unit -> unit
|
Sets the legend's horizontal position anchor. This anchor binds the x position to the left, center or right of the legend.
CompiledName: get_xanchor
|
x.y()
Signature: unit -> float
|
Sets the y position (in normalized coordinates) of the legend.
CompiledName: set_y
|
x.y()
Signature: unit -> unit
|
Sets the y position (in normalized coordinates) of the legend.
CompiledName: get_y
|
x.yanchor()
Signature: unit -> obj
|
Sets the legend's vertical position anchor This anchor binds the y position to the top, middle or bottom of the legend.
CompiledName: set_yanchor
|
x.yanchor()
Signature: unit -> unit
|
Sets the legend's vertical position anchor This anchor binds the y position to the top, middle or bottom of the legend.
CompiledName: get_yanchor
|
x.yref()
Signature: unit -> string
|
CompiledName: set_yref
|
x.yref()
Signature: unit -> unit
|
CompiledName: get_yref
|