SparklineGroup
NegativePointColor Property
|
Gets and sets the color of the negative values on the sparkline group.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Color NegativePointColor { get; set; }
Public Property NegativePointColor As Color
Get
Set
public:
virtual property Color NegativePointColor {
Color get () sealed;
void set (Color value) sealed;
}
abstract NegativePointColor : Color with get, set
override NegativePointColor : Color with get, set
Property Value
Type:
Color
Implements
ISparklineGroup
NegativePointColor
See Also