Table of Contents

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

owner IChartNode

Parent.

x double

X value.

y double

Y value.

z double

Z value.

PointDoubleXYZ(double, double, double)

Constructor

public PointDoubleXYZ(double x, double y, double z)

Parameters

x double

X value.

y double

Y value.

z double

Z value.

Properties

X

X value

public double X { get; set; }

Property Value

double

Y

Y value

public double Y { get; set; }

Property Value

double

Z

Z value

public double Z { get; set; }

Property Value

double

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

True 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

x double

X value.

y double

Y value.

z double

Z value.

Remarks

Does not refresh chart.

ToString()

Convert class description to string.

public override string ToString()

Returns

string

String.