Class BoundsDoubleXY
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
XY boundaries. X minimum...X maximum and Y minimum... Y maximum.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class BoundsDoubleXY : ChartNode, IChartNode, IDisposable
- Inheritance
-
BoundsDoubleXY
- Implements
- Inherited Members
Constructors
BoundsDoubleXY()
Constructor for Form designer list editor
public BoundsDoubleXY()
BoundsDoubleXY(IChartNode, double, double, double, double)
Constructor
public BoundsDoubleXY(IChartNode owner, double xMin, double xMax, double yMin, double yMax)
Parameters
ownerIChartNodeParent.
xMindoubleX minimum
xMaxdoubleX maximum
yMindoubleY minimum
yMaxdoubleY maximum
BoundsDoubleXY(double, double, double, double)
Constructor
public BoundsDoubleXY(double xMin, double xMax, double yMin, double yMax)
Parameters
Properties
XMax
X maximum value
public double XMax { get; set; }
Property Value
XMin
X minimum value
public double XMin { get; set; }
Property Value
YMax
Y maximum value
public double YMax { get; set; }
Property Value
YMin
Y minimum value
public double YMin { 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, double, double)
Set all values.
public void SetValues(double xMin, double xMax, double yMin, double yMax)
Parameters
xMindoubleX minimum value
xMaxdoubleX maximum value
yMindoubleY minimum value
yMaxdoubleY maximum value
Remarks
Does not refresh chart
ToString()
Convert class description to string
public override string ToString()
Returns
- string
String