HighlightStateSource Enumeration |
LightningChart .NET Help
Reason/source for highlighting event.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum HighlightStateSource
Public Enumeration HighlightStateSource
public enum class HighlightStateSource
Members|
| Member name | Value | Description |
|---|
| Hover | 0 |
Items highlighting state has changed because of user action.
|
| LegendBox | 1 |
Items highlighting state has changed because of legend box action.
|
| UserSet | 2 |
Items highlighting state has changed because of user action. Items SetHighlight or RemoveHighlight has been called.
|
See Also