Table of Contents

Struct PointDouble2D

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

Point, double format.

public struct PointDouble2D
Inherited Members
Extension Methods

Constructors

PointDouble2D(double, double)

Constructor.

public PointDouble2D(double x, double y)

Parameters

x double

X.

y double

Y.

PointDouble2D(double, double, object)

Constructor.

public PointDouble2D(double x, double y, object tag)

Parameters

x double

X value.

y double

Y value.

tag object

Tag, freely assignable object.

Fields

Tag

Tag. Freely assignable object.

public object Tag

Field Value

object

Properties

X

X value.

public double X { get; set; }

Property Value

double

Y

Y value.

public double Y { get; set; }

Property Value

double

Methods

ToString()

Convert class description to string.

public override string ToString()

Returns

string

Class description as a string.