Click or drag to resize

IntensityPoint Structure

LightningChart .NET Help
Intensity 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 IntensityPoint

The IntensityPoint type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals
Check if referenced object is equal to this one. Due Color is not same, even if their components are same, one must check each component separately.
(Overrides ValueTypeEquals(Object).)
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
Intensity value.
Public fieldX
X-coordinate.
Public fieldY
Y-coordinate.
Top
See Also