Table of Contents

Class SizeDoubleXYZ

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

3D size.

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

Constructors

SizeDoubleXYZ()

Constructor.

public SizeDoubleXYZ()

SizeDoubleXYZ(IChartNode, double, double, double)

Constructor.

public SizeDoubleXYZ(IChartNode owner, double width, double height, double depth)

Parameters

owner IChartNode

Parent.

width double

Width.

height double

Height.

depth double

Depth.

SizeDoubleXYZ(double, double, double)

Constructor.

public SizeDoubleXYZ(double width, double height, double depth)

Parameters

width double

Width.

height double

Height.

depth double

Depth.

Properties

Depth

Depth

public double Depth { get; set; }

Property Value

double

Height

Height

public double Height { get; set; }

Property Value

double

Width

Width

public double Width { 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 width and height values.

public void SetValues(double width, double height, double depth)

Parameters

width double

Width.

height double

Height.

depth double

Depth.

ToString()

Convert class description to string.

public override string ToString()

Returns

string

Class description as string.