SparklineGroup
ShowNegativePoint Property
|
Indicates whether to highlight the negative values on the sparkline group with a different color or marker.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool ShowNegativePoint { get; set; }
Public Property ShowNegativePoint As Boolean
Get
Set
public:
virtual property bool ShowNegativePoint {
bool get () sealed;
void set (bool value) sealed;
}
abstract ShowNegativePoint : bool with get, set
override ShowNegativePoint : bool with get, set
Property Value
Type:
Boolean
Implements
ISparklineGroup
ShowNegativePoint
See Also