Limits the maximum number of elements in the chart showing only the elements with the highest number of alarms.

Namespace: Ico.Awx.Chart
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public int ElementsThreshold { get; set; }
Visual Basic
Public Property ElementsThreshold As Integer
	Get
	Set
JScript
function get ElementsThreshold () : int
function set ElementsThreshold (value : int)

Remarks

When set to 0 no threshold is applied

See Also