VolumeModel Constructor (LightningChart, String, Int32) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic VolumeModel(
LightningChart chart,
string filePath,
int amountOfSlices
)
Public Sub New (
chart As LightningChart,
filePath As String,
amountOfSlices As Integer
)
public:
VolumeModel(
LightningChart^ chart,
String^ filePath,
int amountOfSlices
)
Parameters
- chart
- Type: Arction.Wpf.ChartingMVVMLightningChart
Parent. - filePath
- Type: SystemString
Path to the texture map. - amountOfSlices
- Type: SystemInt32
Amount of slices on texture map.
See Also