"singleHighlightColor"

This attribute defines the color for the selected bar when colorStyle is "ColorStyleUniform".

Synopsis

shape.singleHighlightColor(string color);

Parameter

Parameter Description
color Color for highlighted bar

Description

This attribute defines the color for the selected bar when colorStyle is "ColorStyleUniform".

Example

main()
{
  BarChart3D_ewo1.singleHighlightColor("blue");
}

Assignment

BarChart3D-EWO