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

ProfileBox.ProfileBoxDataSlot.SetDomainRangeValuesArray Method

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

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

Syntax

public void SetDomainRangeValuesArray
(
	int count,
	Action<int, HMI.Controls.IFloatRangeDataHandler> loader
)

Parameters

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

See also