Table of Contents

Class SizeDoubleXY

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

2D size.

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

Constructors

SizeDoubleXY()

Constructor.

public SizeDoubleXY()

SizeDoubleXY(IChartNode, double, double)

Constructor.

public SizeDoubleXY(IChartNode owner, double width, double height)

Parameters

owner IChartNode

Parent.

width double

Width.

height double

Height.

SizeDoubleXY(double, double)

Constructor.

public SizeDoubleXY(double width, double height)

Parameters

width double

Width.

height double

Height.

Properties

Height

Height

public double Height { get; set; }

Property Value

double

Width

Width

public double Width { 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 width and height values.

public void SetValues(double width, double height)

Parameters

width double

Width.

height double

Height.

Remarks

Does not refresh chart.

ToString()

Convert class description to string.

public override string ToString()

Returns

string

Class description as string.