Click or drag to resize

SurfacePoint Structure

LightningChart .NET Help
3D Surface series data point.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
public struct SurfacePoint

The SurfacePoint type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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