Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
Developing Analytics Applications
First data series on chart does not scale
Migrateduser
<p>Hello,</p>
<p>As I use a LineSeries Chart with BIRT 4.2.2 in an eclipse RCP application entirely done from BIRT API I face the following issue:</p>
<p> </p>
<p>The attached picture shows two graphs which both are done from the same data. It is that BIRT renders the first series on a scale from 0 to 0,8 and the second data series on a scale from 0,694 to 0,746. </p>
<p>As I want already the first one scaled from 0,694 to 0,746 I don't know how to achieve this. </p>
<p>I remember somewhere I read that BIRT would automatically scale and it does so on the first data set, not on the second one.</p>
<p> </p>
<p>I played around with the methods:</p>
<p> </p>
<p>setScale().setMin</p>
<p>setScale() .setStep()</p>
<p>setScale() .setAutoExpand(true)</p>
<p> </p>
<p>but no effects towards my needs. I've attached the code and the picture.</p>
<p> </p>
<p>Hopefully someone finds this of interest and can point me to the right way of doing it.</p>
<p> </p>
<p>Thanks,</p>
<p>anmatr</p>
Find more posts tagged with
Comments
There are no comments yet