Click or drag to resize

GeometryConstructedEventArgs Class

LightningChart .NET Help
Represents a class that provides arguments for the GeometryConstructed event.
Inheritance Hierarchy
SystemObject
  LightningChartLib.UWP.ChartingMVVMChartEventArgs
    LightningChartLib.UWP.ChartingMVVM.Views.View3DGeometryConstructedEventArgs

Namespace: LightningChartLib.UWP.ChartingMVVM.Views.View3D
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public class GeometryConstructedEventArgs : ChartEventArgs

The GeometryConstructedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodGeometryConstructedEventArgs Creates and initializes a new instance of GeometryConstructedEventArgs class.
Top
Fields
 NameDescription
Public fieldMesh MeshModel object.
Public fieldX X-coordinate array.
Public fieldY Y-coordinate array.
Public fieldZ Z-coordinate array.
Top
See Also