Search found 4 matches

by muchtar
Tue Oct 02, 2012 12:45 pm
Forum: JFreeChart
Topic: labels of rangeAxis,domian and legen are NOT visible
Replies: 8
Views: 10996

Re: labels of rangeAxis,domian and legen are NOT visible

hi, the way i solved it currently is by updating the Jfreechart BACKWARD to an older version, then i used the expermintalChartComposite then it worked. PS: i dont have the software now to tell you what was the version. As in eclipse "View", i had to plot the chart even if dataset is empty, becuase o...
by muchtar
Thu Aug 30, 2012 1:11 am
Forum: JFreeChart
Topic: labels of rangeAxis,domian and legen are NOT visible
Replies: 8
Views: 10996

Re: labels of rangeAxis,domian and legen are NOT visible

ok thank you! i hope you can fix it.
by muchtar
Sat Aug 25, 2012 12:21 pm
Forum: JFreeChart
Topic: labels of rangeAxis,domian and legen are NOT visible
Replies: 8
Views: 10996

Re: labels of rangeAxis,domian and legen are NOT visible

i have solved it as soon as i replaced org.jfree.experimental.chart.swt.ChartComposite with CategoryDataset dataset = createCategoryDataSet(analysisName); JFreeChart chart = createLineChart(dataset); embeddedComp.setLayoutData(new GridData(GridData.FILL_VERTICAL)); Frame fr = SWT_AWT.new_Frame(embed...
by muchtar
Fri Aug 24, 2012 11:05 pm
Forum: JFreeChart
Topic: labels of rangeAxis,domian and legen are NOT visible
Replies: 8
Views: 10996

labels of rangeAxis,domian and legen are NOT visible

Hallo, i am doing eclipse plugin and need to implement a linechart in a View. My problem as the subject states, i dont see the labels in the y and x axis neither the legend labels. Below is the working code as a java app then follows my code "almost the same" but the chart is to be shown in a View. ...