WallBaseAutoHide Property |
LightningChart .NET Help
Hides the wall if it gets between the camera and chart contents
Namespace:
Arction.WinForms.Charting.Views.View3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool AutoHide { get; set; }<DefaultValueAttribute(true)>
Public Property AutoHide As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool AutoHide {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also