RemoveAt Method (ChartAlarmZonesCollection) | FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.8 Assembly / C1.Win.FlexReport.Chart Namespace / ChartAlarmZonesCollection Class / RemoveAt Method
The index of the alarm zone to remove.

In This Topic
RemoveAt Method (ChartAlarmZonesCollection)
In This Topic
Remove the alarm zone at the specific index.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
 

Parameters

index
The index of the alarm zone to remove.
See Also