Table of Contents

Class HighlightedStateEventArgs

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

Defines event information for HighlightedStateEventHandler. Contains information for highlighting state changes.

public class HighlightedStateEventArgs : ChartEventArgs
Inheritance
HighlightedStateEventArgs
Inherited Members

Remarks

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

Constructors

HighlightedStateEventArgs()

LightningChartLib.WinForms.Charting.HighlightedStateEventArgs
public HighlightedStateEventArgs()

Fields

IsHighlighted

Defines if the item is currently (on next frame) highlighted or not.

public bool IsHighlighted

Field Value

bool

SourceType

Reason why the event was launched. Defines the effective source of the event.

public HighlightStateSource SourceType

Field Value

HighlightStateSource