"barSpacing"

This attribute defines the empty space between bars on the X and Z axis.

Synopsis

shape.barSpacing(dyn_float spacing);

Parameter

Parameter Description
spacing Space between bars

Description

This attribute defines the empty space between bars on the X and Z axis.

Example

main()
{
  BarChart3D_ewo1.barSpacing(makeDynFloat(1.5, 1.0));
}

Assignment

BarChart3D-EWO