Click or drag to resize

VolumeModel Constructor (LightningChart, Byte, Int32, Int32, Int32)

LightningChart .NET Help
Constructor.

Namespace:  Arction.Wpf.Charting.Views.View3D
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public VolumeModel(
	LightningChart chart,
	byte[] data,
	int width,
	int height,
	int slicesAmount
)

Parameters

chart
Type: Arction.Wpf.ChartingLightningChart
Parent.
data
Type: SystemByte
Texture map.
width
Type: SystemInt32
Texture map width.
height
Type: SystemInt32
Texture map height.
slicesAmount
Type: SystemInt32
Amount of slices.
See Also