Table of Contents

Class PointFloatXY

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

XY point.

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

Constructors

PointFloatXY()

Constructor

public PointFloatXY()

PointFloatXY(IChartNode, float, float)

Constructor

public PointFloatXY(IChartNode owner, float x, float y)

Parameters

owner IChartNode

Parent.

x float

X value.

y float

Y value.

PointFloatXY(float, float)

Constructor

public PointFloatXY(float x, float y)

Parameters

x float

X value.

y float

Y value.

Properties

X

X value

public float X { get; set; }

Property Value

float

Y

Y value

public float Y { get; set; }

Property Value

float

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(float, float)

Set all values.

public void SetValues(float x, float y)

Parameters

x float

X value.

y float

Y value.

Remarks

Does not refresh chart.

ToString()

Convert class description to string.

public override string ToString()

Returns

string

String.