Table of Contents

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

x double

X value.

y double

Y value.

value double

Value.

color Color

Color of the point.

IntensityPoint(double, double, double, Color, object)

Constructor.

public IntensityPoint(double x, double y, double value, Color color, object tag)

Parameters

x double

X value.

y double

Y value.

value double

Value.

color Color

Color of the point.

tag object

Tag. Freely assignable object.

Fields

Color

Color.

public Color Color

Field Value

Color

Tag

Tag. Freely assignable object.

public object Tag

Field Value

object

Value

Intensity value.

public double Value

Field Value

double

X

X-coordinate.

public double X

Field Value

double

Y

Y-coordinate.

public double Y

Field Value

double

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

obj object
param 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.