View3DVolumeModels Property |
LightningChart .NET Help
Volume model list.
Namespace:
Arction.WinForms.Charting.Views.View3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic List<VolumeModel> VolumeModels { get; set; }Public Property VolumeModels As List(Of VolumeModel)
Get
Set
public:
property List<VolumeModel^>^ VolumeModels {
List<VolumeModel^>^ get ();
void set (List<VolumeModel^>^ value);
}Property Value
Type:
ListVolumeModel
See Also