Table of Contents

Class PointIntXY

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

XY point, integer.

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

Constructors

PointIntXY()

Constructor.

public PointIntXY()

PointIntXY(IChartNode, int, int)

Constructor

public PointIntXY(IChartNode owner, int x, int y)

Parameters

owner IChartNode

Parent.

x int

X value.

y int

Y value.

PointIntXY(int, int)

Constructor.

public PointIntXY(int x, int y)

Parameters

x int

X value.

y int

Y value.

Properties

X

X value

public int X { get; set; }

Property Value

int

Y

Y value

public int Y { get; set; }

Property Value

int

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

Set all values.

public void SetValues(int x, int y)

Parameters

x int

X value.

y int

Y value.

Remarks

Does not refresh chart.

ToString()

Convert class description to string.

public override string ToString()

Returns

string

String.