Click or drag to resize

IHighlightingItem Interface

LightningChart .NET Help
Interface of objects that can be highlighted.

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.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public interface IHighlightingItem

The IHighlightingItem type exposes the following members.

Properties
  NameDescription
Public propertyHighlight
Setter highlighting style.
Top
Methods
  NameDescription
Public methodIsHighlighted
returns true if the object is highlighted.
Public methodRemoveHighlight
Removes forced highlighting.
Public methodSetHighlight
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.

Top
Events
  NameDescription
Public eventHighlightedStateChanged
Event telling that highlighted state has changed. Contains information of the new state.
Top
See Also