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; }<DefaultValueAttribute(GetType(Double), "0")>
Public Property FadeAway As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"0")]
property double FadeAway {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also