"setSeriesMultiHighlightGradient"

Defines the gradient color if several bars of the given series are selected.

Synopsis

shape.setSeriesMultiHighlightGradient(int series, string gradient);

Parameter

Parameter Description
series series index
gradient Please refer to Fill pattern string for further information regarding the gradient definition.

Description

Defines the gradient color if several bars can be selected by the selection mode and either color style "ColorStyleObjectGradient" or "ColorStyleRangeGradient" is activated (see also "setSeriesColorStyle").

Example

main()
{
  BarChart3D_ewo1.setSeriesMultiHighlightGradient(1,"[gradient,[linear,pad,0.0,0.0,1.0,1.0,0.0,{0,0,0},1.0,{255,255,255}]]");
}

Assignment

BarChart3D-EWO