Table of Contents

Class SizeFloatXYZ

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

3D size.

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

Constructors

SizeFloatXYZ()

Constructor.

public SizeFloatXYZ()

SizeFloatXYZ(IChartNode, float, float, float)

Constructor.

public SizeFloatXYZ(IChartNode owner, float width, float height, float depth)

Parameters

owner IChartNode

Parent.

width float

Width.

height float

Height.

depth float

Depth.

SizeFloatXYZ(float, float, float)

Constructor.

public SizeFloatXYZ(float width, float height, float depth)

Parameters

width float

Width.

height float

Height.

depth float

Depth.

Properties

Depth

Depth

public float Depth { get; set; }

Property Value

float

Height

Height

public float Height { get; set; }

Property Value

float

Width

Width

public float Width { 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)

Set width, height and depth values.

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

Parameters

width float

Width.

height float

Height.

depth float

Depth.

Remarks

Does not refresh chart.

ToString()

Convert class description to string.

public override string ToString()

Returns

string

Class description as string.