Light3DAttenuationQuadratic Property |
LightningChart .NET Help
Lighting attenuation, quadratic factor.
Atten = 1 / (att0 + att1 * d + att2 * d2)
Namespace:
Arction.Wpf.Charting.Views.View3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(double), "0.05")]
public double AttenuationQuadratic { get; set; }<DefaultValueAttribute(GetType(Double), "0.05")>
Public Property AttenuationQuadratic As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"0.05")]
property double AttenuationQuadratic {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also