|
xlang v5.1 Release
程序设计语言基础库文档
|


Public 成员函数 |
额外继承的成员函数 |
在文件 QXYSeries.x 第 4 行定义.
| QXYSeries | ( | ) |
在文件 QXYSeries.x 第 7 行定义.
| QXYSeries | ( | long | handle | ) |
在文件 QXYSeries.x 第 11 行定义.
| void append | ( | double | x, |
| double | y | ||
| ) |
在文件 QXYSeries.x 第 15 行定义.
| void append | ( | QPointF [] | points | ) |
在文件 QXYSeries.x 第 19 行定义.
| void clear | ( | ) |
在文件 QXYSeries.x 第 33 行定义.
| int count | ( | ) |
在文件 QXYSeries.x 第 53 行定义.
| int pointLabelsColor | ( | ) |
在文件 QXYSeries.x 第 49 行定义.
| String pointLabelsFormat | ( | ) |
在文件 QXYSeries.x 第 61 行定义.
| bool pointLabelsVisible | ( | ) |
在文件 QXYSeries.x 第 69 行定义.
| void remove | ( | int | index | ) |
在文件 QXYSeries.x 第 25 行定义.
| void removePoints | ( | int | index, |
| int | count | ||
| ) |
在文件 QXYSeries.x 第 29 行定义.
| void setBrush | ( | QBrush | brush | ) |
在文件 QXYSeries.x 第 37 行定义.
| void setColor | ( | int | color | ) |
在文件 QXYSeries.x 第 73 行定义.
| void setPen | ( | QBrush | nrush, |
| double | width | ||
| ) |
在文件 QXYSeries.x 第 41 行定义.
| void setPen | ( | QBrush | nrush, |
| double | width, | ||
| PenStyle | style, | ||
| int | color, | ||
| PenCapStyle | c, | ||
| PenJoinStyle | j | ||
| ) |
在文件 QXYSeries.x 第 45 行定义.
| void setPointLabelsColor | ( | int | color | ) |
在文件 QXYSeries.x 第 77 行定义.
| void setPointLabelsFormat | ( | String | format | ) |
在文件 QXYSeries.x 第 57 行定义.
| void setPointLabelsVisible | ( | bool | visible | ) |
在文件 QXYSeries.x 第 65 行定义.