Class PointDoubleXYZ
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
XYZ point.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class PointDoubleXYZ : ChartNode, IChartNode, IDisposable
- Inheritance
-
PointDoubleXYZ
- Implements
- Inherited Members
Constructors
PointDoubleXYZ()
Constructor.
public PointDoubleXYZ()
PointDoubleXYZ(IChartNode, double, double, double)
Constructor
public PointDoubleXYZ(IChartNode owner, double x, double y, double z)
Parameters
ownerIChartNodeParent.
xdoubleX value.
ydoubleY value.
zdoubleZ value.
PointDoubleXYZ(double, double, double)
Constructor
public PointDoubleXYZ(double x, double y, double z)
Parameters
Properties
X
X value
public double X { get; set; }
Property Value
Y
Y value
public double Y { get; set; }
Property Value
Z
Z value
public double Z { 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 all values.
public void SetValues(double x, double y, double z)
Parameters
Remarks
Does not refresh chart.
ToString()
Convert class description to string.
public override string ToString()
Returns
- string
String.