Trace Type
A Trace object in the context of plotly charts contains the data to visualize and additional styling parameters. This is the base object that contains visualization-unspecific getters and setters for the underlying DynamicObj. Visualization-specific equivalents are suffixed with the respective trace subtype, e.g. `Trace2D`
Constructors
Constructor | Description |
|
|
Instance members
Instance member | Description |
Full Usage:
this.type
|
Static members
Static member | Description |
Full Usage:
Trace.getColorAxisAnchor trace
Parameters:
'a
-
The trace to get the color axis anchor from
Returns: SubPlotId
|
|
Full Usage:
Trace.getColorBar trace
Parameters:
'a
-
The trace to get the cdomain from
Returns: ColorBar
|
|
Full Usage:
Trace.getDomain trace
Parameters:
'a
-
The trace to get the cdomain from
Returns: Domain
|
|
Full Usage:
Trace.getLegendAnchor trace
Parameters:
'a
-
The trace to get the Legend anchor from
Returns: SubPlotId
|
|
Full Usage:
Trace.getLine trace
Parameters:
'a
-
The trace to get the line from
Returns: Line
|
|
Full Usage:
Trace.getMarker trace
Parameters:
'a
-
The trace to get the marker from
Returns: Marker
|
|
Full Usage:
Trace.getStackGroup trace
Parameters:
'a
-
The trace to get the stackgroup from
Returns: string
|
|
Full Usage:
Trace.getXError trace
Parameters:
'a
-
The trace to get the x error from
Returns: Error
|
|
Full Usage:
Trace.getYError trace
Parameters:
'a
-
The trace to get the y error from
Returns: Error
|
|
Full Usage:
Trace.getZError trace
Parameters:
'a
-
The trace to get the z error from
Returns: Error
|
|
Full Usage:
Trace.setColorAxisAnchor colorAxisId
Parameters:
int
-
The new color axis anchor
Returns: 'a -> 'a
|
|
Full Usage:
Trace.setColorBar colorBar
Parameters:
ColorBar
-
The new ColorBar
Returns: 'T -> 'T
|
|
|
|
Full Usage:
Trace.setLegendAnchor legendId
Parameters:
int
-
The new Legend anchor
Returns: 'a -> 'a
|
|
|
|
Full Usage:
Trace.setMarker marker
Parameters:
Marker
-
The new marker object
Returns: 'T -> 'T
|
|
Full Usage:
Trace.setStackGroup stackgroup
Parameters:
string
-
The new stackgroup
Returns: 'T -> 'T
|
|
Full Usage:
Trace.setXError error
Parameters:
Error
-
The new error object
Returns: 'a -> 'a
|
|
Full Usage:
Trace.setYError error
Parameters:
Error
-
The new error object
Returns: 'a -> 'a
|
|
Full Usage:
Trace.setZError error
Parameters:
Error
-
The new error object
Returns: 'a -> 'a
|
|
Full Usage:
Trace.tryGetTypedMember propName trace
Parameters:
string
-
The name of the dynamic member to get the value of
trace : Trace
-
The trace to get the dynamic member value from
Returns: 'T option
|
|
Full Usage:
Trace.updateColorBar colorBar
Parameters:
ColorBar
-
The updated ColorBar object
Returns: 'a -> 'a
|
|
Full Usage:
Trace.updateDomain domain
Parameters:
Domain
-
The updated Domain object
Returns: 'a -> 'a
|
|
Full Usage:
Trace.updateLine line
Parameters:
Line
-
The updated Line object
Returns: 'a -> 'a
|
|
Full Usage:
Trace.updateMarker marker
Parameters:
Marker
-
The updated Trace object
Returns: 'a -> 'a
|
|
Full Usage:
Trace.updateXError error
Parameters:
Error
-
The updated Error object
Returns: 'a -> 'a
|
|
Full Usage:
Trace.updateYError error
Parameters:
Error
-
The updated Error object
Returns: 'a -> 'a
|
|
Full Usage:
Trace.updateZError error
Parameters:
Error
-
The updated Error object
Returns: 'a -> 'a
|