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