You are here: Start » AVL.NET » View2DBoxPrimitive.SetStringLabelArray Method

View2DBoxPrimitive.SetStringLabelArray Method

Sets an array of string label primitives for this data item.

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

Syntax

public void SetStringLabelArray
(
	IList<AvlNet.StringLabel> labels
)

Parameters

Name Type Range Default Description
labelsSystem.Collections.Generic.IList<AvlNet.StringLabel>

See also