Table of Contents

Class GeometryConstructedEventArgs

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

Represents a class that provides arguments for the GeometryConstructed event.

public class GeometryConstructedEventArgs : ChartEventArgs
Inheritance
GeometryConstructedEventArgs
Inherited Members

Constructors

GeometryConstructedEventArgs()

Creates and initializes a new instance of GeometryConstructedEventArgs class.

public GeometryConstructedEventArgs()

Fields

Mesh

MeshModel object.

public MeshModel Mesh

Field Value

MeshModel

X

X-coordinate array.

public float[] X

Field Value

float[]

Y

Y-coordinate array.

public float[] Y

Field Value

float[]

Z

Z-coordinate array.

public float[] Z

Field Value

float[]