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.

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

Syntax

public void SetDomainScalarValuesArray
(
	IList<float> values
)

Parameters

Name Type Range Default Description
valuesSystem.Collections.Generic.IList<float>

Function Overrides

See also