View3DWallOnBottom Property |
LightningChart .NET Help
Gets or sets bottom wall (floor). This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic WallXZ WallOnBottom { get; set; }Public Property WallOnBottom As WallXZ
Get
Set
public:
property WallXZ^ WallOnBottom {
WallXZ^ get ();
void set (WallXZ^ value);
}Property Value
Type:
WallXZ
See Also