Search found 11 matches

by inder14
Mon Jul 13, 2009 7:26 am
Forum: JFreeChart
Topic: Help in using the code to skip the labels on domainaxis
Replies: 7
Views: 7159

Re: Help in using the code to skip the labels on domainaxis

Hi All,
thanks a lot for your help. i got the solution.

thanks & regards
Inder
by inder14
Mon Jul 13, 2009 6:13 am
Forum: JFreeChart
Topic: How to Skip labels on domain Axis when data is more
Replies: 9
Views: 13340

Re: How to Skip labels on domain Axis when data is more

Hi All,
i got it , thanks a lot for all your help.

regards,
Inder
by inder14
Mon Jul 13, 2009 6:10 am
Forum: JFreeChart
Topic: Skip category labels
Replies: 29
Views: 52744

Re: Skip category labels

Hi All,
i got it , thanks a lot for all your help.

regards,
Inder
by inder14
Mon Jul 13, 2009 4:35 am
Forum: JFreeChart
Topic: How to Skip labels on domain Axis when data is more
Replies: 9
Views: 13340

Re: How to Skip labels on domain Axis when data is more

Hello paradoxoff ,
thanks a lot for your help , but i am not able to get the desired result using the XYPlot.
is there any way i can use to skip the labels in categoryPlot?
please do let me know.

Thanks & Regards
Inder
by inder14
Mon Jul 13, 2009 3:39 am
Forum: JFreeChart
Topic: Help in using the code to skip the labels on domainaxis
Replies: 7
Views: 7159

Re: Help in using the code to skip the labels on domainaxis

Hello paradoxoff ,
can you please suggest some other way doing this (i.e. skip the labels).......
it will be so nice of you............i am struggling since last 2 weeks to get a solution for this........

thanks & regards
Inder
by inder14
Sun Jul 12, 2009 4:13 pm
Forum: JFreeChart
Topic: Help in using the code to skip the labels on domainaxis
Replies: 7
Views: 7159

Re: Help in using the code to skip the labels on domainaxis

hey thanks for that help............... actually i am new to java ................... can you please help me with code i have attached............. i have made a bar chart using categoryplot can you please modify that code to use the skip label class... that will be of great help and yes i will take...
by inder14
Sun Jul 12, 2009 1:25 pm
Forum: JFreeChart
Topic: Help in using the code to skip the labels on domainaxis
Replies: 7
Views: 7159

Help in using the code to skip the labels on domainaxis

jsaiz wrote: Below is the class that derives from CategoryAxis. NOTE: This class has a drawback, in that it does not display tooltips on the tick labels. This is because drawCategoryLabels method prepares tooltips, but it has not access to CategoryAxis' private member categoryLabelToolTips, and ther...
by inder14
Sun Jul 12, 2009 1:20 pm
Forum: JFreeChart
Topic: Skip category labels
Replies: 29
Views: 52744

Re: help in using below code

Below is the class that derives from CategoryAxis. NOTE: This class has a drawback, in that it does not display tooltips on the tick labels. This is because drawCategoryLabels method prepares tooltips, but it has not access to CategoryAxis' private member categoryLabelToolTips, and there is no publ...
by inder14
Sat Jul 11, 2009 1:26 pm
Forum: JFreeChart
Topic: How to Skip labels on domain Axis when data is more
Replies: 9
Views: 13340

Re: How to Skip labels on domain Axis when data is more

Hi Gilbert,
can you please help me regarding my query for skipping the labels

thanks & regards
Inder
by inder14
Sat Jul 11, 2009 10:58 am
Forum: JFreeChart
Topic: How to Skip labels on domain Axis when data is more
Replies: 9
Views: 13340

Re: How to Skip labels on domain Axis when data is more

Hi paradoxoff,
thanks a lot for your reply, can you please give an example for the same to plot a Line and Bar graph in sigle plot and skip the labels

thanks in advance

regards,
Inder
by inder14
Sat Jul 11, 2009 10:34 am
Forum: JFreeChart
Topic: How to Skip labels on domain Axis when data is more
Replies: 9
Views: 13340

How to Skip labels on domain Axis when data is more

Hello, i am using CombinedDomainCategoryPlot to create a graph having a line and bar together to show two different kind of data. we have facility to show data for one year and data is shown on weekly basis where data is show from week1 to week52 of year. user can choose multiple years in this case ...