"setSeriesSingleHighlightColor"

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

Synopsis

shape.setSeriesSingleHighlightColor(int series, string color);

Parameter

Parameter Description
series Series index
color Bar color

Description

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

Example

main()
{
  BarChart3D_ewo1.setSeriesSingleHighlightColor(1, "blue");
}

Assignment

BarChart3D-EWO