Table of Contents

Class ViewPolarDataCursorResultTableFormatEventArgs

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

Class for ViewPolar DataCursor ResultTable text content formatting event.

public class ViewPolarDataCursorResultTableFormatEventArgs : ChartEventArgs
Inheritance
ViewPolarDataCursorResultTableFormatEventArgs
Inherited Members

Constructors

ViewPolarDataCursorResultTableFormatEventArgs()

Creates class instance.

public ViewPolarDataCursorResultTableFormatEventArgs()

Fields

Amplitude

Data amplitude value.

public double Amplitude

Field Value

double

Angle

Data angle value.

public double Angle

Field Value

double

PrimaryDataIndex

Primary data index. Applicable for one or two dimensional data.

public int PrimaryDataIndex

Field Value

int

ResultContent

Formatted content for ResultTable text content. User updates.

public string ResultContent

Field Value

string

SecondaryDataIndex

Secondary data index. Applicable for two dimensional data.

public int SecondaryDataIndex

Field Value

int

Series

Related series.

public ChartNode Series

Field Value

ChartNode

Value

Data Value (intensity).

public double Value

Field Value

double