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) を実行してもポイント全体が表示されません。
スクロール後にページングをリセットまたは初期化するには、次のコードを使用して、適切な軸を自動に設定する必要があります。
TChart1.Axis.Bottom.Automatic = True TChart1.Page.MaxPointsPerPage = 0
よろしく!ペップ