Click or drag to resize

VolumeModel Constructor (String, Int32)

LightningChart .NET Help
Constructor.

Namespace:  Arction.WinForms.Charting.Views.View3D
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public VolumeModel(
	string filePath,
	int AmountOfSlices
)

Parameters

filePath
Type: SystemString
Path to the texture map.
AmountOfSlices
Type: SystemInt32
Amount of slices on texture map.
See Also