GlobalColor ( String name );
Description
Gets a plot color by name. The color should be defined by the plot.DefineColor(name, color) statement.
Input parameters
| Parameter | Default value | Description |
|---|---|---|
| name | - | Defines the name of the color. |
Example
See the DefineGlobalColor function example.