Click or drag to resize

SizeDoubleXYZ Constructor (IChartNode, Double, Double, Double)

LightningChart .NET Help
Constructor.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public SizeDoubleXYZ(
	IChartNode owner,
	double width,
	double height,
	double depth
)

Parameters

owner
Type: Arction.Wpf.ChartingIChartNode
Parent.
width
Type: SystemDouble
Width.
height
Type: SystemDouble
Height.
depth
Type: SystemDouble
Depth.
See Also