JFreeChart:增加数据点的大小
This question was already asked here, but unfortunately the pointers provided in the answers are not working (the JFreeChart Forum is down).
My question is: Using the JFreeChart library, how can I increase the size of a data point in a time series scatter plot?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用
ShapeUtilities
的方法,其中一些具有影响大小的参数。 这里有一个示例。另请参阅DefaultDrawingSupplier
了解如何createStandardSeriesShapes ()
有效。You can use the methods of
ShapeUtilities
, some of which have a parameter that affect size. There's an example here. See alsoDefaultDrawingSupplier
for details of howcreateStandardSeriesShapes()
works.