Home
Analytics
Marker range border
unknown
Hi,<br />
<br />
if I define a marker range in a gantt chart :<br />
<pre class='_prettyXprint _lang-auto _linenums:0'>
function beforeDrawMarkerRange(axis, markerRange, icsc)
{
importPackage( Packages.org.eclipse.birt.chart.model.data.impl );
markerRange.setEndValue(DateTimeDataElementImpl.create(new java.lang.Long(BirtDateTime.addDay(BirtDateTime.today(),5).getTime())))
markerRange.setStartValue(DateTimeDataElementImpl.create(new java.lang.Long(BirtDateTime.today().getTime())))
markerRange.getFill().set(0,0,0);
}
</pre>
with markerRange.getFill().set(0,0,0), i will change the color but I don't find how to change the color of the marker border end eventually the border width end type (if possible....)<br />
<br />
most largelly, for a newbie like me in scripting... where can I find all the functions and possibility for each part like : markerRange, legend...<br />
<br />
thanks in advance<br />
<br />
Vincent
Find more posts tagged with
Comments
There are no comments yet