"setSeriesMultiHighlightColor"
Defines the bar color if several bars of the given series are selected.
Synopsis
shape.setSeriesMultiHighlightColor(int series, string color);
Parameter
Parameter | Description |
---|---|
series | Series index |
color | Bar color |
Description
Defines the bar color if several bars of the given series are selected by the selection mode and color style "ColorStyleUniform" (see "setSeriesColorStyle") is activated.
Example
main()
{
BarChart3D_ewo1.setSeriesMultiHighlightColor(1, "blue");
}
Assignment
BarChart3D-EWO