Click or drag to resize

IntensitySeriesBaseFullInterpolation Property

LightningChart .NET Help
Gets or sets if render with full interpolation. If only half interpolation is used, it can give performance increment with large instensity series. This is a dependency property.

Namespace:  Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(false)]
public bool FullInterpolation { get; set; }

Property Value

Type: Boolean
See Also