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
ownerIChartNodeParent.
widthdoubleWidth.
heightdoubleHeight.
SizeDoubleXY(double, double)
Constructor.
public SizeDoubleXY(double width, double height)
Parameters
Properties
Height
Height
public double Height { get; set; }
Property Value
Width
Width
public double 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(double, double)
Set width and height values.
public void SetValues(double width, double height)
Parameters
Remarks
Does not refresh chart.
ToString()
Convert class description to string.
public override string ToString()
Returns
- string
Class description as string.