Table of Contents

Class TraceCellChangedEventArgs

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

Represents a class that provides arguments for the TraceCellChanged event.

public class TraceCellChangedEventArgs : ChartEventArgs
Inheritance
TraceCellChangedEventArgs
Inherited Members

Constructors

TraceCellChangedEventArgs()

Creates and initializes a new instance of TraceCellChangedEventArgs class.

public TraceCellChangedEventArgs()

Fields

NewColumn

The new column index (X-dimension).

public int NewColumn

Field Value

int

NewRow

The new row index (Z-dimension).

public int NewRow

Field Value

int

Series

The series that raised the event.

public SurfaceSeries3DBase Series

Field Value

SurfaceSeries3DBase