RatingChartSerie.NegativeLineBrush

Syntax

NegativeLineBrush: PP.SolidColorBrush | String;

Description

The NegativeLineBrush property determines data series fill color for negative values.

Comments

Use JSON or the setNegativeLineBrush method to set the property value and the getNegativeLineBrush method to get the property value.

Example

The property use is given in the example for RatingChartSerie.LineBrush.

See also:

RatingChartSerie