ISparklineGroup
ShowLowPoint Property
|
Indicates whether to highlight the lowest points of data in the sparkline group.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool ShowLowPoint { get; set; }
Property ShowLowPoint As Boolean
Get
Set
property bool ShowLowPoint {
bool get ();
void set (bool value);
}
abstract ShowLowPoint : bool with get, set
Property Value
Type:
Boolean
true
if [show low point]; otherwise,
false
.
See Also