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