ILNumerics Ultimate VS

LinePlotUpdate Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Update key positions of this line plot

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing.Plotting
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public virtual void Update(
	InArray<float> positions
)

Parameters

positions
Type: ILNumericsInArraySingle
matrix with new positions for data points in columns
Remarks

This function replaces existing data points with the new datapoints from the positions argument.

[ILNumerics Visualization Engine]

See Also

Reference