命名空间:
GISShare.SMap.WPF.View
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public PieDrawGraph(
string strName,
double dX,
double dY,
double dRadius_Out,
double dRadius_Inter,
double dStartAngle,
double dCentralAngle,
double dXo,
double dYo,
float fRotateAngle
)
Public Sub New (
strName As String,
dX As Double,
dY As Double,
dRadius_Out As Double,
dRadius_Inter As Double,
dStartAngle As Double,
dCentralAngle As Double,
dXo As Double,
dYo As Double,
fRotateAngle As Single
)
public:
PieDrawGraph(
String^ strName,
double dX,
double dY,
double dRadius_Out,
double dRadius_Inter,
double dStartAngle,
double dCentralAngle,
double dXo,
double dYo,
float fRotateAngle
)
new :
strName : string *
dX : float *
dY : float *
dRadius_Out : float *
dRadius_Inter : float *
dStartAngle : float *
dCentralAngle : float *
dXo : float *
dYo : float *
fRotateAngle : float32 -> PieDrawGraph
参数
- strName
- 类型: SystemString
- dX
- 类型: SystemDouble
- dY
- 类型: SystemDouble
- dRadius_Out
- 类型: SystemDouble
- dRadius_Inter
- 类型: SystemDouble
- dStartAngle
- 类型: SystemDouble
- dCentralAngle
- 类型: SystemDouble
- dXo
- 类型: SystemDouble
旋转中心点X - dYo
- 类型: SystemDouble
旋转中心点Y - fRotateAngle
- 类型: SystemSingle
旋转角度
参见