Click or drag to resize

VolumeModel Constructor (LightningChart, 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(
	LightningChart chart,
	string filePath,
	int amountOfSlices
)

Parameters

chart
Type: Arction.WinForms.ChartingLightningChart
Parent.
filePath
Type: SystemString
Path to the texture map.
amountOfSlices
Type: SystemInt32
Amount of slices on texture map.
See Also