SparklineGroup
ShowHighPoint Property
|
Indicates whether to highlight the highest 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 ShowHighPoint { get; set; }
Public Property ShowHighPoint As Boolean
Get
Set
public:
virtual property bool ShowHighPoint {
bool get () sealed;
void set (bool value) sealed;
}
abstract ShowHighPoint : bool with get, set
override ShowHighPoint : bool with get, set
Property Value
Type:
Boolean
Implements
ISparklineGroup
ShowHighPoint
See Also