Click or drag to resize

HighlightedStateEventArgs Class

LightningChart .NET Help
Defines event information for HighlightedStateEventHandler. Contains information for highlighting state changes.
Inheritance Hierarchy

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public class HighlightedStateEventArgs : ChartEventArgs

The HighlightedStateEventArgs type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldIsHighlighted
Defines if the item is currently (on next frame) highlighted or not.
Public fieldSourceType
Reason why the event was launched. Defines the effective source of the event.
Top
See Also