ISparklineGroup
ShowNegativePoint Property
|
Indicates whether to highlight the negative values on the sparkline group with a different color or marker.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool ShowNegativePoint { get; set; }
Property ShowNegativePoint As Boolean
Get
Set
property bool ShowNegativePoint {
bool get ();
void set (bool value);
}
abstract ShowNegativePoint : bool with get, set
Property Value
Type:
Boolean
true
if [show negative point]; otherwise,
false
.
See Also