Click or drag to resize

PointFloat3D Structure

LightningChart .NET Help
Point 3D, float format.

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

The PointFloat3D type exposes the following members.

Constructors
  NameDescription
Public methodPointFloat3D
Constructor.
Top
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
Operators
Fields
  NameDescription
Public fieldX
X value.
Public fieldY
Y value.
Public fieldZ
Z value.
Top
See Also