ChartCanvasSerie.LineColor

Syntax

LineColor: String;

Description

The LineColor property determines color for the lines of chart data series.

Comments

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:

Example

The example of use is given on the Example of Creating a Histogram page.

See also:

ChartCanvasSerie