Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有大量数据,所以我在我的应用程序中引入了一个按钮,以便用户可以启用分页。这个按钮可以正常工作,并且分页也可以正常工作,除非滚动完成。一旦滚动完成,然后如果我执行 SetMaxPointsPerPage(0) 它不会向我显示整个点。
为了在滚动完成后重置或初始化分页,您应该使用以下代码将 apropiate 轴设置为自动:
TChart1.Axis.Bottom.Automatic = True TChart1.Page.MaxPointsPerPage = 0
问候 !佩普