ChartPoint.Color

Syntax

Color: String | PP.SolidColorBrush;

Description

The Color property determines fill color for a point of chart data series.

Comments

Use JSON or the setColor method to set the property value, and the getColor 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