"setSeriesSingleHighlightGradient"

Defines the gradient color if the bar of the given series is selected in selection mode single.

Synopsis

shape.setSeriesSingleHighlightGradient(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 the bar of the given series is selected in selection mode single and either color style "ColorStyleObjectGradient" or "ColorStyleRangeGradient" is activated. (see also "setSeriesColorStyle").

Example

main()
{ 
  BarChart3D_ewo1.setSeriesSingleHighlightGradient(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