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

ProfileBox.ProfileBoxDataSlot.SetDomainScalarValuesArray Method

Sets data slot to an array of scalar values on the domain scale and loads the array from specified source.

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

Syntax

public void SetDomainScalarValuesArray
(
	int count,
	Action<int, HMI.Controls.IScalarFloatDataHandler> loader
)

Parameters

Name Type Range Default Description
countint
loaderSystem.Action<int, HMI.Controls.IScalarFloatDataHandler>

Function Overrides

See also