Table of Contents

Class LegendBoxInteractionData

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

LegendBox interaction data. Gives type of item on which device action occurred and item itself.

public class LegendBoxInteractionData
Inheritance
LegendBoxInteractionData
Inherited Members

Constructors

LegendBoxInteractionData()

Constructor.

public LegendBoxInteractionData()

Fields

Item

Item, usually series.

public ChartNode Item

Field Value

ChartNode

Type

Item type.

public LegendBoxInteractionItem Type

Field Value

LegendBoxInteractionItem

Methods

ToString()

Output data as string.

public override string ToString()

Returns

string
returns M:LightningChartLib.WinForms.Charting.LegendBoxInteractionData.ToString