Stores bands or shapes for plotting.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[EditorAttribute(typeof(AlarmZonesCollectionEditor), typeof(UITypeEditor))]
[DefaultMemberAttribute("Item")]
public class AlarmZonesCollection : CollectionBase
Visual Basic
<EditorAttribute(GetType(AlarmZonesCollectionEditor), GetType(UITypeEditor))> _
<DefaultMemberAttribute("Item")> _
Public Class AlarmZonesCollection _
	Inherits CollectionBase

Inheritance Hierarchy

System..::..Object
  System.Collections..::..CollectionBase
    C1.Win.C1Chart..::..AlarmZonesCollection

See Also