Click or drag to resize

SurfacePoint Structure

LightningChart .NET Help
3D Surface series data point.
Inheritance Hierarchy
SystemObject
  SystemValueType
    LightningChartLib.UWP.ChartingMVVMSurfacePoint

Namespace: LightningChartLib.UWP.ChartingMVVM
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
[SerializableAttribute]
public struct SurfacePoint

The SurfacePoint type exposes the following members.

Constructors
Methods
 NameDescription
Public methodToString Convert class description to string.
(Overrides ValueTypeToString)
Top
Fields
 NameDescription
Public fieldColor Color.
Public fieldTag Tag. Freely assignable object.
Public fieldValue Value field.
Public fieldX X-coordinate.
Public fieldY Y-coordinate.
Public fieldZ Z-coordinate.
Top
See Also