如何对 JFreeChart 中的图例进行排序?

发布于 2024-10-26 15:15:36 字数 152 浏览 2 评论 0原文

有没有办法按支持对象对 JFreeChart 图例中的项目进行排序?

我注意到 TimeSeries/Series 通过 Comparable 对象设置标题。

是否有一种方法或设置可以强制图例按项目所代表的可比较对象进行排序?目前图例按 FIFO 顺序排序。

Is there a way to sort the items in a JFreeChart legend by their backing object?

I've noticed that the TimeSeries/Series sets the title via a Comparable object.

Is there a way or a setting that forces the legend to be sorted by the comparable objects that the items are representing? Currently the legend is sorted by FIFO order.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

爱的十字路口 2024-11-02 15:15:36

您可以使用 LegendItemCollection 以所需的顺序添加项目。大多数 Plot 都有一个 setFixedLegendItems() 方法来覆盖默认值。

You could use the add() method of LegendItemCollection to add the items in the desired order. Most Plots have a setFixedLegendItems() method to override the default.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文