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
Angle
Data angle value.
public double Angle
Field Value
PrimaryDataIndex
Primary data index. Applicable for one or two dimensional data.
public int PrimaryDataIndex
Field Value
ResultContent
Formatted content for ResultTable text content. User updates.
public string ResultContent
Field Value
SecondaryDataIndex
Secondary data index. Applicable for two dimensional data.
public int SecondaryDataIndex
Field Value
Series
Related series.
public ChartNode Series
Field Value
Value
Data Value (intensity).
public double Value