Search found 2 matches

by losiledlighting
Wed Jun 05, 2019 8:22 am
Forum: JFreeChart
Topic: StandardXYItemLabelGenerator label getting cut although.
Replies: 0
Views: 10353

StandardXYItemLabelGenerator label getting cut although.

Hi am creating labels for my chart using StandardXYItemLabelGenerator,mine was a dynamic chart,I have overrided the generate label method as well but the label is still cut. I even tried using various annotations to solve this issue. can anyone help me ?
by losiledlighting
Wed Jun 05, 2019 8:21 am
Forum: JFreeChart
Topic: AbstractDataSource
Replies: 1
Views: 6718

AbstractDataSource

I am upgrading some graphs that were running on JFreeChart 5.2 to 8.1. One of the classes created for my graphs extends the AbstractDataSource class which appears to no longer be present in 8.1. Does anyone know if there an easy way to get the same functionality in the new version without major code...