'宣言 Public Property GroupIndex As System.Integer
'使用法 Dim instance As ChartAlarmZone Dim value As System.Integer instance.GroupIndex = value value = instance.GroupIndex
public System.int GroupIndex {get; set;}
The group index indicates the Chart2DGroup for which the ChartAlarmZone extents specify the data coordinates of the ChartAlarmZone. If the group index specifies a non-existent Chart2DGroup, the ChartAlarmZone is not drawn.
'宣言 Public Property GroupIndex As System.Integer
'使用法 Dim instance As ChartAlarmZone Dim value As System.Integer instance.GroupIndex = value value = instance.GroupIndex
public System.int GroupIndex {get; set;}