Table of Contents

Struct SeriesPointCompactColored3D

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

PointLineSeries3D series point with color, compact format to save memory.

public struct SeriesPointCompactColored3D
Inherited Members

Constructors

SeriesPointCompactColored3D(float, float, float, int)

Constructor.

public SeriesPointCompactColored3D(float x, float y, float z, int color)

Parameters

x float

X value.

y float

Y value.

z float

Z value.

color int

Color of the point.

Fields

Color

Color as integer.

public int Color

Field Value

int

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