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.
JFreeChart是否可以为每个系列定义单独的渲染器?我看到数据集(每个数据集的渲染器)是可能的,但我不想为每个系列创建一个单独的数据集,应该吗?
不,根据设计,JFreeChart 将每个数据集映射到一个渲染器。因此,如果您想为某些数据系列使用不同的渲染器,则需要将每个系列放入单独的数据集中。
将单个系列映射到渲染器同样很有意义,但它不是以这种方式实现的。