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
ownerIChartNodeParent.
widthfloatWidth.
heightfloatHeight.
SizeFloatXY(float, float)
Constructor.
public SizeFloatXY(float width, float height)
Parameters
Properties
Height
Height
public float Height { get; set; }
Property Value
Width
Width
public float Width { get; set; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingbooltrue if managed resources should be disposed, otherwise false.
SetValues(float, float)
Set width and height values.
public void SetValues(float width, float height)
Parameters
Remarks
Does not refresh chart.
ToString()
Convert class description to string.
public override string ToString()
Returns
- string
Class description as string.