Click or drag to resize

IHighlightingItem Methods

LightningChart .NET Help

The IHighlightingItem type exposes the following members.

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
See Also