pyQt Qchart 中QSplineSeries所有类方法
时间: 2024-06-05 19:13:16 浏览: 135
QSplineSeries是Qt图表模块中的一种线状系列,其主要功能是绘制平滑的曲线。下面是QSplineSeries类的所有方法:
1. add: 向系列中添加一个数据点
2. append: 向系列中添加多个数据点
3. attachAxis: 将轴附加到系列上
4. attachedAxes: 返回系列所附加的所有轴
5. borderColor: 返回系列边框颜色
6. borderWidth: 返回系列边框宽度
7. brush: 返回系列画刷
8. clear: 清空系列所有数据点
9. color: 返回系列线条颜色
10. connectPoints: 返回是否连接数据点
11. count: 返回系列数据点数目
12. disconnectPoints: 设置是否连接数据点
13. isVisible: 返回系列是否可见
14. name: 返回系列名称
15. opacity: 返回系列不透明度
16. pen: 返回系列画笔
17. pointLabelsClipping: 返回数据点标签是否剪切
18. pointLabelsColor: 返回数据点标签颜色
19. pointLabelsFont: 返回数据点标签字体
20. pointLabelsFormat: 返回数据点标签显示格式
21. pointLabelsVisible: 返回数据点标签是否可见
22. points: 返回系列所有数据点
23. pointsVector: 返回系列所有数据点的QVector
24. remove: 移除指定索引处的数据点
25. replace: 替换指定索引处的数据点
26. setBorderColor: 设置系列边框颜色
27. setBorderWidth: 设置系列边框宽度
28. setBrush: 设置系列画刷
29. setColor: 设置系列线条颜色
30. setConnectPoints: 设置是否连接数据点
31. setVisible: 设置系列是否可见
32. setName: 设置系列名称
33. setOpacity: 设置系列不透明度
34. setPen: 设置系列画笔
35. setPointLabelsClipping: 设置数据点标签是否剪切
36. setPointLabelsColor: 设置数据点标签颜色
37. setPointLabelsFont: 设置数据点标签字体
38. setPointLabelsFormat: 设置数据点标签显示格式
39. setPointLabelsVisible: 设置数据点标签是否可见
40. setPoints: 设置系列所有数据点
41. setVisible: 设置系列是否可见
以上就是QSplineSeries类的所有方法。
阅读全文