Hi,<br />
<br />
I have a problem ;-)<br />
<br />
In my actual report I have one dataset and create from this set an area chart. In this case no problem. But now I have the requirement to add dynamic markers to the chart.<br />
<br />
So, this is the example:<br />
<br />
Data Set: date | workload | type<br />
<br />
The report renders a chart, which displays the date on the x-Axis and the workload on the y-Axis. The Type shows the different areas in the chart.<br />
<br />
Now I need a marker (line marker) which doesn't have a linear value, but therefore a value for each date which is displayed on the x-Axis.<br />
<br />
On Birt-Exchange (<a class='bbc_url' href='
http://www.birt-exchange.org/blog/2008-02-01/birt-chart-scripting-dynamic-markers/'>BIRT Chart Scripting: Dynamic Markers » Blog - BIRT Exchange</a>) is only a tutorial for static markers. So if anyone has an idea how to script this kind of marker, please feel free to answer ;-)<br />
<br />
Thanks in advance!