IntensityPoint Constructor (Double, Double, Double, Color, Object) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic IntensityPoint(
double x,
double y,
double value,
Color color,
Object tag
)
Public Sub New (
x As Double,
y As Double,
value As Double,
color As Color,
tag As Object
)
public:
IntensityPoint(
double x,
double y,
double value,
Color color,
Object^ tag
)
Parameters
- x
- Type: SystemDouble
X value. - y
- Type: SystemDouble
Y value. - value
- Type: SystemDouble
Value. - color
- Type: System.DrawingColor
Color of the point. - tag
- Type: SystemObject
Tag. Freely assignable object.
See Also