"valueLabels"
Returns the value labels displayed on the Y axis.
Synopsis
shape.valueLabels();
Description
Returns the value labels displayed on the Y axis. The value labels are automatically created, depending on the processed data and defined segment number.
Example
main()
{
dyn_string values = BarChart3D_ewo1.valueLabels();
DebugN(values);
}
Assignment
BarChart3D-EWO