"barThickness"

This attribute defines the bar thickness ratio between X and Z dimensions.

Synopsis

shape.barThickness(float thickness);

Parameter

Parameter Description
Thickness Thickness ratio between X and Z dimensions. Default value is 1.0

Description

This attribute defines the bar thickness ratio between X and Z dimensions. 1.0 means that bars are as wide as they are deep. 0.5 makes them twice as deep as they are wide.

Example

main()
{
  BarChart3D_ewo1.barThickness(1.5);
}

Assignment

BarChart3D-EWO