Table of Contents

Class PointDoubleXY

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

XY point.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class PointDoubleXY : ChartNode, IChartNode, IDisposable
Inheritance
PointDoubleXY
Implements
Inherited Members

Constructors

PointDoubleXY()

Constructor

public PointDoubleXY()

PointDoubleXY(IChartNode, double, double)

Constructor

public PointDoubleXY(IChartNode owner, double x, double y)

Parameters

owner IChartNode

Parent.

x double

X value.

y double

Y value.

PointDoubleXY(double, double)

Constructor

public PointDoubleXY(double x, double y)

Parameters

x double

X value.

y double

Y value.

Properties

X

X value

public double X { get; set; }

Property Value

double

Y

Y value

public double Y { get; set; }

Property Value

double

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

True if managed resources should be disposed, otherwise false.

SetValues(double, double)

Set all values.

public void SetValues(double x, double y)

Parameters

x double

X value.

y double

Y value.

Remarks

Does not refresh chart.

ToString()

Convert class description to string.

public override string ToString()

Returns

string

String.