Click or drag to resize

SurfaceSeries3DBaseFadeAway Property

LightningChart .NET Help
Fade away surface/waterfall towards back (higher data row numbers), with given percent. Valid range is from 0(no fadeaway) to 100 (full fadeaway).

Namespace:  Arction.Wpf.Charting.Series3D
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(typeof(double), "0")]
public double FadeAway { get; set; }

Property Value

Type: Double
See Also