Class SizeDoubleXYZ
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
3D size.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class SizeDoubleXYZ : ChartNode, IChartNode, IDisposable
- Inheritance
-
SizeDoubleXYZ
- Implements
- Inherited Members
Constructors
SizeDoubleXYZ()
Constructor.
public SizeDoubleXYZ()
SizeDoubleXYZ(IChartNode, double, double, double)
Constructor.
public SizeDoubleXYZ(IChartNode owner, double width, double height, double depth)
Parameters
ownerIChartNodeParent.
widthdoubleWidth.
heightdoubleHeight.
depthdoubleDepth.
SizeDoubleXYZ(double, double, double)
Constructor.
public SizeDoubleXYZ(double width, double height, double depth)
Parameters
Properties
Depth
Depth
public double Depth { get; set; }
Property Value
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, double)
Set width and height values.
public void SetValues(double width, double height, double depth)
Parameters
ToString()
Convert class description to string.
public override string ToString()
Returns
- string
Class description as string.