"setSeriesBaseColor"

Sets the bar color for the given series.

Synopsis

shape.setSeriesBaseColor(int series, string color);

Parameter

Parameter Description
series Series index
color Color for the bars

Description

Sets the bar color for the given series.

Example

main()
{
  BarChart3D_ewo1.setSeriesBaseColor(1, "red");
}

Assignment

BarChart3D-EWO