IChart
MouseOver Property
|
Gets or sets the hyperlink defined for mouse over.
Read/write
ClickHyperlink
.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
ClickHyperlink MouseOver { get; set; }
Property MouseOver As ClickHyperlink
Get
Set
property ClickHyperlink^ MouseOver {
ClickHyperlink^ get ();
void set (ClickHyperlink^ value);
}
abstract MouseOver : ClickHyperlink with get, set
Property Value
Type:
ClickHyperlink
Implements
IShape
MouseOver
See Also