ChartPoint.ColorValue

Syntax

ColorValue: Number;

Description

The ColorValue property determines fill transparency for a point of chart data series.

Comments

Use JSON or the setColorValue method to set the property value, and the getColorValue method to get the property value.

Available property values: from 0 to 1.

Example

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

See also:

ChartPoint