SurfaceSeries3DBaseSuppressLighting Property |
LightningChart .NET Help
Suppress all light calculations on this surface series.
Namespace:
Arction.Wpf.Charting.Series3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(false)]
public bool SuppressLighting { get; set; }<DefaultValueAttribute(false)>
Public Property SuppressLighting As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool SuppressLighting {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also