ChartPoint.LineColor

Syntax

LineColor: String | PP.SolidColorBrush;

Description

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

Comments

Use JSON or the setLineColor method to set the property value, and the getLineColor method to get the property value.

Example

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

See also:

ChartPoint