WallBaseFullTransparent Property |
LightningChart .NET Help
Full transparent wall except grid lines
Namespace:
Arction.Wpf.Charting.Views.View3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(bool), "false")]
public bool FullTransparent { get; set; }<DefaultValueAttribute(GetType(Boolean), "false")>
Public Property FullTransparent As Boolean
Get
Set
public:
[DefaultValueAttribute(typeof(bool), L"false")]
property bool FullTransparent {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also