Click or drag to resize

SurfaceSeries3DBaseFadeAway Property

LightningChart .NET Help
Gets or sets fade away percent surface/waterfall towards back (higher data row numbers). This is a dependency property. Valid range is from 0(no fadeaway) to 100 (full fadeaway).

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

Property Value

Type: Double
See Also