Click or drag to resize

SeriesPointCompactColored3D Structure

LightningChart .NET Help
PointLineSeries3D series point with color, compact format to save memory.

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

The SeriesPointCompactColored3D type exposes the following members.

Constructors
  NameDescription
Public methodSeriesPointCompactColored3D
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
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldColor
Color as integer.
Public fieldX
X value.
Public fieldY
Y value.
Public fieldZ
Z value.
Top
See Also