Table of Contents

Struct SeriesPointCompact3D

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

PointLineSeries3D series point, compact format to save memory.

public struct SeriesPointCompact3D
Inherited Members

Constructors

SeriesPointCompact3D(float, float, float)

Constructor.

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

Parameters

x float

X value.

y float

Y value.

z float

Z value.

Fields

X

X value.

public float X

Field Value

float

Y

Y value.

public float Y

Field Value

float

Z

Z value.

public float Z

Field Value

float