Current File : /home/caballoscriollos/public_html/espanol/encuesta/graphs/contents/chartss/gt_overview.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><!-- InstanceBegin template="/Templates/DocMain.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<!-- InstanceBeginEditable name="doctitle" -->
<title>FusionCharts</title>
<!-- InstanceEndEditable -->
<link rel='stylesheet' href="Style.CSS">
<!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
</head>
<body leftmargin="0" topmargin="0">
<!-- InstanceBeginEditable name="MainTable" -->
<table width="98%" border="0" align="right" cellpadding="2" cellspacing="1">
<tr>
<td><span class="header">Gantt Chart > Overview</span></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td valign="top" class="text"> <p>The Gantt chart is a specialized chart used
for displaying various timelines like project timelines, development timelines
etc. It can be used for any of the following:</p>
<ul>
<li>Planning and scheduling projects.</li>
<li> Assessing how long a project should take. </li>
<li> Laying out the order in which tasks need to be carried out. </li>
<li> Managing dependencies between tasks. </li>
<li> Determining the resources needed.</li>
</ul>
<p>In short, Gantt charts help you monitor progress of a project. You can
immediately see what should have been achieved at a point in time. Also,
they allow you to see how remedial action may bring the project back on
course, if it's running off the track.<br>
</p></td>
</tr>
<tr>
<td valign="top" class="text"> </td>
</tr>
<tr>
<td valign="top" class="text"><p>FusionCharts Gantt chart is a date based
Gantt chart that allows you to plot the tasks visually i.e., for each
task you'll have to provide the exact start and end date. </p>
<p>A typical FusionCharts Gantt chart looks as under:</p></td>
</tr>
<tr>
<td valign="top" class="text"><img src="Images/Gantt_Output.gif" width="500" height="270"></td>
</tr>
<tr>
<td valign="top" class="text"><p>FusionCharts Gantt chart allows for the following
features:</p>
<ul>
<li> Date based plotting of tasks</li>
<li> Multiple and irregular division of dates on the visual timeline</li>
<li> Milestones indicating crucial points </li>
<li> Connectors indicating the flow of the task</li>
<li> Interactive data grid to show additional tabular data in the chart</li>
</ul>
<p> </p></td>
</tr>
<tr>
<td valign="top" class="header">Date based plotting of tasks</td>
</tr>
<tr>
<td valign="top" class="text"><p>In FusionCharts Gantt chart, each task is
defined by a start date and an end date. All the dates need to be a valid
date. FusionCharts allows you to specify the date in any one of the following
formats:</p>
<ul>
<li> Mm/dd/yyyy</li>
<li> Dd/mm/yyyy</li>
<li> Yyyy/mm/dd</li>
</ul>
<p>For each XML data document, you’ll have to specify the date format
in which you’ll be providing dates to FusionCharts Gantt chart.
If in case you don’t mention, FusionCharts defaults it to mm/dd/yyyy.<br>
</p></td>
</tr>
<tr>
<td valign="top" class="text"> </td>
</tr>
<tr>
<td valign="top" class="header">Multiple and irregular division of dates on
the visual timeline</td>
</tr>
<tr>
<td valign="top" class="text">In FusionCharts Gantt chart, you can divide
and sub-divide the visual date interval into any number segments. For example,
if you want to plot a Gantt chart illustrating the development of a certain
project during a 3 months time span and you want to show weekly progress,
you can easily divide the time period into weeks based on their actual dates
to show the true progress. In the visual date timeline, the top bar could
represent the 3 months by their names, and the bar below it could display
the weeks. <p>In most of the other Gantt charts, you're forced to
divide a month into 4 weeks only, thereby resulting to aberrations in
visual data display, as a month always is more than 4 weeks. But since
the FusionCharts Gantt chart is date based, all your divisions of date
are perfect. You can therefore show a week starting in one month and ending
in other.</p></td>
</tr>
<tr>
<td valign="top" class="text"> </td>
</tr>
<tr>
<td valign="top" class="header">Milestones indicating crucial points</td>
</tr>
<tr>
<td valign="top" class="text">Milestones are an important part of the Gantt
chart as they allow you to visually depict any crucial dates on the chart.
FusionCharts allows you to create your own milestones on the chart based
on date and task i.e., for a given task you can specify milestones on specific
dates, and you can customize all the visual properties of the milestone
including shape (star or polygon), size and colors.</td>
</tr>
<tr>
<td valign="top" class="text"> </td>
</tr>
<tr>
<td valign="top" class="header">Task Connectors</td>
</tr>
<tr>
<td valign="top" class="text">FusionCharts Gantt chart allows you to draw
connectors between your task bars to indicate the flow of the entire process.
On the functional side, to draw a connector, all you need to do is specify
the Id of the two tasks, which you want to connect. Apart from this, you
can also specify where the connector joins the start and end task bar individually
– at their start or end. For example, if you need to plot two connecting
tasks which are simultaneous in nature, that is each process starts at the
same time and relates to the same thing, you can connect the start of task
bar to the start of end bar to give the visual effect. Similarly, if the
second process can start only after the first process has ended, you can
connect the end of first task bar to the start of succeeding task bar.</td>
</tr>
<tr>
<td valign="top" class="text"> </td>
</tr>
<tr>
<td valign="top" class="header"> Interactive data grid to show additional
tabular data in the chart</td>
</tr>
<tr>
<td valign="top" class="text">FusionCharts gantt chart allows you to plot
your own interactive data table in the chart. This data table can have as
many columns as you wish (and the number of rows is equal to the number
of processes). The best part about this data table is that it's columns
are draggable - so you can easily fit in more information in less space,
thereby giving the ease of use to the end users. All the visual and functional
properties of this data table can be defined by the Gantt chart XML itself.</td>
</tr>
<tr>
<td valign="top" class="text"> </td>
</tr>
<tr>
<td valign="top" class="text">Before we delve directly into the XML structure
of the Gantt chart, let's first have a look at the various elements that
consitute a Gantt Chart.</td>
</tr>
<tr>
<td valign="top" class="text"> </td>
</tr>
</table>
<!-- InstanceEndEditable -->
</body>
<!-- InstanceEnd --></html>
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat