SparklineGroup
ShowLowPoint Property
|
Indicates whether to highlight the lowest points of data in the sparkline group.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool ShowLowPoint { get; set; }
Public Property ShowLowPoint As Boolean
Get
Set
public:
virtual property bool ShowLowPoint {
bool get () sealed;
void set (bool value) sealed;
}
abstract ShowLowPoint : bool with get, set
override ShowLowPoint : bool with get, set
Property Value
Type:
Boolean
Implements
ISparklineGroup
ShowLowPoint
See Also