Click or drag to resize

HighlightStateSource Enumeration

LightningChart .NET Help
Reason/source for highlighting event.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public enum HighlightStateSource
Members
  Member nameValueDescription
Hover0 Items highlighting state has changed because of user action.
LegendBox1 Items highlighting state has changed because of legend box action.
UserSet2 Items highlighting state has changed because of user action. Items SetHighlight or RemoveHighlight has been called.
See Also