Struct IntensityPoint
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Intensity series data point.
public struct IntensityPoint
- Inherited Members
Constructors
IntensityPoint(double, double, double, Color)
Constructor.
public IntensityPoint(double x, double y, double value, Color color)
Parameters
IntensityPoint(double, double, double, Color, object)
Constructor.
public IntensityPoint(double x, double y, double value, Color color, object tag)
Parameters
xdoubleX value.
ydoubleY value.
valuedoubleValue.
colorColorColor of the point.
tagobjectTag. Freely assignable object.
Fields
Color
Color.
public Color Color
Field Value
Tag
Tag. Freely assignable object.
public object Tag
Field Value
Value
Intensity value.
public double Value
Field Value
X
X-coordinate.
public double X
Field Value
Y
Y-coordinate.
public double Y
Field Value
Methods
Equals(object)
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.
public override bool Equals(object obj)
Parameters
objobjectparam obj M:LightningChartLib.WinForms.Charting.IntensityPoint.Equals(System.Object)
Returns
- bool
returns M:LightningChartLib.WinForms.Charting.IntensityPoint.Equals(System.Object)
ToString()
Convert class description to string.
public override string ToString()
Returns
- string
Class description as a string.