Table of Contents

Class SizeFloatXY

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

2D size.

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

Constructors

SizeFloatXY()

Constructor.

public SizeFloatXY()

SizeFloatXY(IChartNode, float, float)

Constructor.

public SizeFloatXY(IChartNode owner, float width, float height)

Parameters

owner IChartNode

Parent.

width float

Width.

height float

Height.

SizeFloatXY(float, float)

Constructor.

public SizeFloatXY(float width, float height)

Parameters

width float

Width.

height float

Height.

Properties

Height

Height

public float Height { get; set; }

Property Value

float

Width

Width

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

public void SetValues(float width, float height)

Parameters

width float

Width.

height float

Height.

Remarks

Does not refresh chart.

ToString()

Convert class description to string.

public override string ToString()

Returns

string

Class description as string.