"setSeriesColorStop"
Defines a color stop at a specified postion.
Synopsis
void shape.setSeriesColorStop(int series, float position, string color);
Parameters
Parameter | Description |
---|---|
series | Number of the series |
name | A position (0.00 ... 1.0) |
color | A static color, as string. See color string and color selector. |
Description
This function defines a color stop at the position.
The needed colors between the defined color stops are interpolated.