Search found 10 matches

by POruganti
Mon Jul 16, 2007 1:37 pm
Forum: JFreeChart
Topic: Scrollable CombinedDomainCategoryPlot
Replies: 2
Views: 3154

Hi,

I didn't get response from anybody.
Please give me some pointers if anybody has any idea soon.

Thanks,
Pavani.
by POruganti
Mon Jul 16, 2007 12:01 pm
Forum: JFreeChart
Topic: Scrollable CombinedDomainCategoryPlot
Replies: 2
Views: 3154

Scrollable CombinedDomainCategoryPlot

Hi,

I have a requirement for which i need to implement horizontal scrollbar functionality for CombinedDomainCategoryPlot.
I need to scroll categories horizontally on domain axis.
Please help me as i need to complete the task urgently.

Thanks,
Pavani.
by POruganti
Wed Jun 27, 2007 10:43 am
Forum: JFreeChart
Topic: Gantt Chart - Horizontal Scrollbar
Replies: 2
Views: 3490

Hi David, Thank you for your response. But my requirement is I want to fix the date tick units to fixed values based on data and then I want horizontal scrolbar so that the user can scroll to view the entire task details in the Gantt Chart. Please suggest me how to achieve this. Thanks, Pavani Oruga...
by POruganti
Tue Jun 26, 2007 3:56 pm
Forum: JFreeChart
Topic: Gantt Chart - Horizontal Scrollbar
Replies: 2
Views: 3490

Gantt Chart - Horizontal Scrollbar

Hi,

I am trying to create horizontal scrollbar for Gantt Chart.
I have searched the forum, but was not able to find a suitable solution for Gantt Chart - Horizontal Scrollbar.
Please give me pointers.

Thanks,
Pavani.
by POruganti
Fri May 18, 2007 5:58 pm
Forum: JFreeChart
Topic: Index of a subtask
Replies: 13
Views: 18798

Hi, I am also trying to get the index of subtask. I need to get the index of subtask in drawTasks() method of GanttRenderer and then I need to fetch the description for that subtask. With this code, I can fetch all the subtasks index. List list = taskseries.getRowKeys(); TaskSeries taskserie = (Task...
by POruganti
Fri May 18, 2007 4:50 pm
Forum: JFreeChart
Topic: Gantt Renderer - Sub Task Clarification
Replies: 1
Views: 3137

Hi, I am not getting any response. I would like to extract subtask description in GanttRenderer drawtasks() method(). I need to check the description and then create that subtask when the renderer creates subtasks. Please let me know how to extract the subtask description. Your suggestion will be ve...
by POruganti
Fri May 18, 2007 2:42 pm
Forum: JFreeChart
Topic: Gantt Renderer - Sub Task Clarification
Replies: 1
Views: 3137

Gantt Renderer - Sub Task Clarification

Hi, I am trying to understand GanttRenderer, how it renders the tasks and subtasks. drawTask() method creates the task and drawTasks() method of GanttRenderer creates all the subtasks for GanttChart. I am not able to get in drawTasks() method, how eack subtask is identified. Each subinterval is not ...
by POruganti
Fri May 18, 2007 1:37 pm
Forum: JFreeChart
Topic: GanttCategoryDataset - Sub Interval
Replies: 0
Views: 1595

GanttCategoryDataset - Sub Interval

Hi,

Please explain getSubIntervalCount(row, column) of GanttCategoryDataset.

I am not getting what will it return, what each subinterval will exactly indicate in a Gantt Chart.

Please let me know.

Thanks,
Pavani.
by POruganti
Thu May 17, 2007 6:24 pm
Forum: JFreeChart
Topic: Gantt Chart - Explicitly Setting Task Label
Replies: 0
Views: 1779

Gantt Chart - Explicitly Setting Task Label

Hi, I am creating a Gantt Chart. I create a task with some description. But while GanttRenderer renders the chart, i want to manipulate the task description and I want the chart to get created with the new Task description that i manipulate. I checked the GanttRenderer source. Its having the below c...
by POruganti
Tue May 08, 2007 1:19 pm
Forum: JFreeChart
Topic: Gantt Chart Clarification
Replies: 1
Views: 2373

Gantt Chart Clarification

Hi, I am new to JFreeChart. I want to create GanttChart. But the GanttChart should have only lines for each task's start time and End Time without Bar filling the gap between the start time and end time. Also each task can have the subtasks and the subtasks also should have only lines as specified a...