Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{scrollbar}
----

h3. Line Chart
{anchor:linechart}

The line chart simply plots a set of values on a line for each series in the given dataset. 

h5. Dataset Guidelines

The line chart expects its data as a [categorical dataset|The Categorical Dataset].

h5. Required Properties

The only property a line chart requires is the appropriate chart-type.
{code:XML}
<chart-type>LineChart</chart-type>
{code} 

The optional chart properties that are supported for a line chart are listed in the [Chart Properties Reference].

h5. Example

The following chart definition will produce the chart in the example below.

{code:XML}
{code}
!sample_line_chart_example.PNG!