VolumeModel Constructor (LightningChart, BitmapFrame, 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
Syntaxpublic VolumeModel(
LightningChart chart,
BitmapFrame img,
int amountOfSlices
)
Public Sub New (
chart As LightningChart,
img As BitmapFrame,
amountOfSlices As Integer
)
public:
VolumeModel(
LightningChart^ chart,
BitmapFrame^ img,
int amountOfSlices
)
Parameters
- chart
- Type: Arction.Wpf.ChartingLightningChart
Parent. - img
- Type: System.Windows.Media.ImagingBitmapFrame
Texture map. - amountOfSlices
- Type: SystemInt32
Amount of slices on texture map.
See Also