3D Scatter Plot and Networks

General parameters in 3d scatter plots and neworks
bar3DInverseWeight
{float} 1
Value for adjusting the thickness of 3D bars. The larger the value the the thinner the bar
cullingThreshold
{integer} 1000
Number of data point to start culling data
maxRotate
{float} false
Maximum number of degrees to rotate graph arround axes
minRotate
{float} null
Minimum number of degrees to rotate graph arround axes
rotationDelay
{integer} 100
Time in milliseconds to wait between rendering the plot when dragging the mouse.
rotationSensitivity
{integer} 45
Factor to adjust the sensitivity of the mouse when rotating the graph
rotationStep
{integer} 2
Number of degrees used when the plot is automatically rotated
show3DGrid
{boolean} true
Flag to show the X,Y,Z grid in scatter 3D plots
x3DRatio
{float} 1
Value between 0 - 1 for adjusting the 3D of the X Axis
xRotate
{float} 45
Number of degrees to rotate graph arround the X axis
y3DRatio
{float} 1
Value between 0 - 1 for adjusting the 3D of the Y Axis
yRotate
{float} 
Number of degrees to rotate graph arround the Y axis
z3DRatio
{float} 1
Value between 0 - 1 for adjusting the 3D of the Z Axis
zRotate
{float} 
Number of degrees to rotate graph arround the Z axis

Examples

Properties used: graphType, x3DRatio.
Show code



Properties used: graphType, z3DRatio.
Show code



Properties used: graphType, show3DGrid.
Show code