Name | Description | |
---|---|---|
Count | Gets the number of elements in the collection. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<ChartAlarmZone>) | |
Item | Overloaded. Gets the element by name. |
The following tables list the members exposed by ChartAlarmZonesCollection.
Name | Description | |
---|---|---|
Count | Gets the number of elements in the collection. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<ChartAlarmZone>) | |
Item | Overloaded. Gets the element by name. |
Name | Description | |
---|---|---|
Add | Add an existing alarm zone into the collection. | |
AddNewAlarmZone | Add a new alarm zone into the collection. | |
AssignFrom | Assigns (copies) items from another ChartObjectCollection to the current collection. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<ChartAlarmZone>) | |
Clear | Remove all items from the collection. | |
Contains | Determines whether the collection contains a specific item. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<ChartAlarmZone>) | |
CopyTo | Copies the elements of the collection to an System.Array, starting at a particular array index. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<ChartAlarmZone>) | |
IndexOf | Gets the index of the element. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<ChartAlarmZone>) | |
Remove | Remove an existing alarm zone from the collection. | |
RemoveAt | Remove the alarm zone at the specific index. |
Name | Description | |
---|---|---|
InternalAdd | Adds an item to the ChartObjectCollection<T>. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<ChartAlarmZone>) | |
InternalInsert | Inserts an item to the ChartObjectCollection<T> at the specified index. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<ChartAlarmZone>) | |
InternalRemoveAt | Removes the ChartObjectCollection<T> item at the specified index. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<ChartAlarmZone>) |
Name | Description | |
---|---|---|
CollectionChanged | Occurs when the collection or its item has changed. (Inherited from C1.Win.FlexReport.Chart.ChartObjectCollection<ChartAlarmZone>) |