You are here: Start » AVL.NET » ProfileBox.ProfileBoxDataSlot.SetData Method

ProfileBox.ProfileBoxDataSlot.SetData Method

Sets the profile data to be shown in the control.

Namespace:HMI.Controls
Assembly:HMI.Controls.dll

Syntax

public void SetData
(
	float[] data,
	double xOffset,
	double xScale
)

Parameters

Name Type Range Default Description
datafloat[]Profile data (values of the profile points).
xOffsetdoubleOffset of profile x scale coordinates (position of the first profile point on the horizontal scale).
xScaledoubleScaling factor of the profile x scale coordinates (horizontal scale gap width between consecutive profile points).

Function Overrides

See also