LineColor: String;
The LineColor property determines color for the lines of chart data series.
Use JSON to set the property value and the getLineColor method to get the property value.
The string that contains color value may have one of the following formats:
"red".
"#000".
"RGB(123, 12, 1)".
The example of use is given on the Example of Creating a Histogram page.
See also: