Table of Contents

Struct Polygon3DPoint

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

Point, Polygon3D format (x,z).

public struct Polygon3DPoint
Inherited Members

Constructors

Polygon3DPoint(double, double)

Constructor.

public Polygon3DPoint(double x, double z)

Parameters

x double

X value.

z double

Z value.

Polygon3DPoint(double, double, object)

Constructor.

public Polygon3DPoint(double x, double z, object tag)

Parameters

x double

X value.

z double

Z value.

tag object

Tag. Freely assignable object.

Properties

Tag

Tag. Freely assignable object.

public object Tag { get; set; }

Property Value

object

X

X value.

public double X { get; set; }

Property Value

double

Z

Z value.

public double Z { get; set; }

Property Value

double

Methods

ToString()

Convert class description to string.

public override string ToString()

Returns

string

Class description as a string.