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