"multiHighlightGradient"

This attribute defines the color for highlighted bars when colorStyle is not "ColorStyleUniform".

Synopsis

shape.multiHighlightGradient(string gradient);

Parameter

Parameter Description
gradient Gradient for highlighted bars

Description

This attribute defines the color for highlighted bars when colorStyle is not "ColorStyleUniform". The defined color applies if the selection mode allows to select several elements (e.g. SelectionRow).

Example

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

Assignment

BarChart3D-EWO