Click or drag to resize

HighlightedStateEventArgs Class

LightningChart .NET Help
Defines event information for HighlightedStateEventHandler. Contains information for highlighting state changes.
Inheritance Hierarchy
SystemObject
  LightningChartLib.UWP.ChartingMVVMChartEventArgs
    LightningChartLib.UWP.ChartingMVVMHighlightedStateEventArgs

Namespace: LightningChartLib.UWP.ChartingMVVM
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public class HighlightedStateEventArgs : ChartEventArgs

The HighlightedStateEventArgs type exposes the following members.

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
Remarks

Changing event variables / properties does not affect the chart or rendering.

See Also