Click or drag to resize

SampleDataSeriesMultiplySamples Method

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

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

Parameters

factor
Type: SystemDouble
Factor.
See Also