Class

SpotfireScatterPlot3D

SpotfireScatterPlot3D(scatterPlot3DProperties)

Represents a Scatter Plot 3D.

Constructor

new SpotfireScatterPlot3D(scatterPlot3DProperties)

Default constructor.

Parameters:
Name Type Description
scatterPlot3DProperties Object
appearance Object
showNavigationControls Boolean

Specifies whether or not to show the navigation controls in the visualization.

zJittering Number

Specifies the amount of jittering to use in the Z direction. Valid values are in the range [0.0, 0.5].

[ labels ] Object
labelBy String

Specifies the column or hierarchy whose values should be presented as labels in the visualization.

showLabelsFor SpotfireLabelVisibilities

Determines whether to show labels on all markers ('All'), marked markers only ('Marked rows'), or not to show any labels at all ('None').

maxNumberOfLabels Number

Specifies the maximum number of labels to be shown. If the number is smaller than the available number of markers, the labels will be equally distributed.