IHighlightingItem Interface |
Allows user to highlight the object and define how the object should be highlighted. The objects also report to users when they are highlighted.
Namespace: Arction.Wpf.ChartingMVVM
The IHighlightingItem type exposes the following members.
| Name | Description | |
|---|---|---|
| IsHighlighted |
returns true if the object is highlighted.
| |
| RemoveHighlight |
Removes forced highlighting.
| |
| SetHighlight |
Highlights the object.
This is a kind of "forced" highlight, and the object might be highlighted even if the highlighting type (defined by Highlight property) is set to None. How the highlighting happens, if any, depends on object. Most objects use the defined type by default, and fall back to Simple highlighting if None is set. |
| Name | Description | |
|---|---|---|
| HighlightedStateChanged |
Event telling that highlighted state has changed. Contains information of the new state.
|