Click or drag to resize

SeriesPoint Structure

LightningChart .NET Help
Series point.

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

The SeriesPoint type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyPointColor
Color of the point. This is used only if the series PointStyles IndividiualPointColor is not set to Off.
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
Fields
  NameDescription
Public fieldTag
Tag. Freely assignable object.
Public fieldX
X value.
Public fieldY
Y value.
Top
See Also