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