'宣言 Public Property Start As System.Double
'使用法 Dim instance As ChartPolar Dim value As System.Double instance.Start = value value = instance.Start
public System.double Start {get; set;}
The angle is measured in degrees if the Degrees property is true, radians otherwise.
'宣言 Public Property Start As System.Double
'使用法 Dim instance As ChartPolar Dim value As System.Double instance.Start = value value = instance.Start
public System.double Start {get; set;}