'宣言 Public Property Shape As ChartAlarmZoneShape
'使用法 Dim instance As ChartAlarmZone Dim value As ChartAlarmZoneShape instance.Shape = value value = instance.Shape
public ChartAlarmZoneShape Shape {get; set;}
A ChartAlarmZone of rectangle shape is specified by the rectangle bounded by the data coordinates specified by the extents of the ChartAlarmZone.
A ChartAlarmZone of elliptical shape is specified by the rectangle bounded by the data coordinates specified by the extents of the ChartAlarmZone.
'宣言 Public Property Shape As ChartAlarmZoneShape
'使用法 Dim instance As ChartAlarmZone Dim value As ChartAlarmZoneShape instance.Shape = value value = instance.Shape
public ChartAlarmZoneShape Shape {get; set;}