RatingChart.NegativeLineBrush

Syntax

NegativeLineBrush: PP.SolidColorBrush | String;

Description

The NegativeLineBrush property determines fill color of data series in case of 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 RatingChart.LineBrush.

See also:

RatingChart