Click or drag to resize

Light3DAttenuationQuadratic Property

LightningChart .NET Help
Gets or sets lighting attenuation, quadratic factor. This is a dependency property. Atten = 1 / (att0 + att1 * d + att2 * d2)

Namespace:  Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(typeof(double), "0.05")]
public double AttenuationQuadratic { get; set; }

Property Value

Type: Double
See Also