Enum HighlightStateSource
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Reason/source for highlighting event.
public enum HighlightStateSource
Fields
Hover = 0Items highlighting state has changed because of user action.
LegendBox = 1Items highlighting state has changed because of legend box action.
UserSet = 2Items highlighting state has changed because of user action. Items SetHighlight or RemoveHighlight has been called.