Table of Contents

Class PointFloatXYZ

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

3D point.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class PointFloatXYZ : ChartNode, IChartNode, IDisposable
Inheritance
PointFloatXYZ
Implements
Inherited Members

Constructors

PointFloatXYZ()

Constructor.

public PointFloatXYZ()

PointFloatXYZ(IChartNode, float, float, float)

Constructor

public PointFloatXYZ(IChartNode owner, float x, float y, float z)

Parameters

owner IChartNode

Parent.

x float

X-coordinate.

y float

Y-coordinate.

z float

Z-coordinate.

PointFloatXYZ(float, float, float)

Constructor.

public PointFloatXYZ(float x, float y, float z)

Parameters

x float

X-coordinate.

y float

Y-coordinate.

z float

Z-coordinate.

Properties

X

X value

public float X { get; set; }

Property Value

float

Y

Y value

public float Y { get; set; }

Property Value

float

Z

Z value

public float Z { get; set; }

Property Value

float

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(float, float, float)

summary M:LightningChartLib.WinForms.Charting.PointFloatXYZ.SetValues(System.Single,System.Single,System.Single)
public void SetValues(float x, float y, float z)

Parameters

x float

X value.

y float

Y value.

z float

Z value.

ToString()

Convert class description to string.

public override string ToString()

Returns

string

String.