ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

AlarmZonesCollection.Item Property (String)

Gets the specified AlarmZone from the collection by name.

[Visual Basic]

Public Default ReadOnly Property Item( _

ByVal name As String _

) As AlarmZone

[C#]

public AlarmZone this[

string name

] {get;}

[Delphi]

public property Item[

name: String

]: AlarmZone read get_Item;

See Also

AlarmZonesCollection Class | AlarmZonesCollection Members | C1.Win.C1Chart Namespace | AlarmZonesCollection.Item Overload List


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.