[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartAlarmZonesCollection

ChartAlarmZonesCollection Class

Represents a collection which stores bands or shapes for plotting.

Inheritance
ChartAlarmZonesCollection
Namespace: C1.Win.FlexReport.Chart
Assembly: C1.Win.FlexReport.8.dll
Syntax
public class ChartAlarmZonesCollection : ChartObjectCollection<ChartAlarmZone>, ICollection<ChartAlarmZone>, IEnumerable<ChartAlarmZone>, IList, ICollection, IEnumerable, IC1SerializableCollection

Properties

Name Description
this[string]

Gets the element by name.

Methods

Name Description
Add(ChartAlarmZone)

Add an existing alarm zone into the collection.

AddNewAlarmZone()

Add a new alarm zone into the collection.

Clear()

Remove all items from the collection.

Remove(ChartAlarmZone)

Remove an existing alarm zone from the collection.

RemoveAt(int)

Remove the alarm zone at the specific index.