Click or drag to resize

SampleDataSeriesMultiplySamples Method

LightningChart .NET Help
Multiplies the samples in the samples array with given factor.

Namespace:  Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public void MultiplySamples(
	double factor
)

Parameters

factor
Type: SystemDouble
Factor.
See Also