"singleHighlightGradient"

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

Synopsis

shape.singleHighlightGradient(string gradient);

Parameter

Parameter Description
gradient Gradient for selected bar

Description

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

Example

main()
{
  BarChart3D_ewo1.singleHighlightGradient("[gradient,[linear,pad,0.0,0.0,1.0,1.0,0.0,{50,50,50},1.0,{10,200,200}]]");
}

Assignment

BarChart3D-EWO