| ChartSeriesAddXY Method (String, String, String) |
添加点
Namespace: Appkit.Web.ChartAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic void AddXY(
string xValue,
string yValue,
string label
)
Parameters
- xValue
- Type: SystemString
横坐标 - yValue
- Type: SystemString
纵坐标 - label
- Type: SystemString
横坐标显示值
See Also