Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

Color

Implements

ISparklineGroup..::..NegativePointColor

See Also