The issue with integrating two bar chart togethers [message #263948] |
Fri, 04 January 2008 11:48  |
Eclipse User |
|
|
|
Hi there,
I am trying to implement a bar chart that is a combination of two bar
charts. The X-axis categories are the same, but the y-axis are different, so
I need to have two y-axes.
One of charts, itself is a stacked bar chart with two values stacked on each
others (it's okay to show them side-by-side too). So, I have three series
that two of them belongs to the first y-axis and the third one belongs to
the second Y-axis.
As I tried to implement the chart, I faced an issue that two bars from two
seperate y-axes are rendered on each others, instead of being rendered
side-by-side.
Is there anyway, that I can fix this issue?
Thanks
Farid
|
|
|
Re: The issue with integrating two bar chart togethers [message #264101 is a reply to message #263948] |
Tue, 08 January 2008 01:14  |
Eclipse User |
|
|
|
I don't think there is a way to fix it. Different y axes will always overlay
their datapoints. You could create a line series for the second axis, it's
probably more readable anyway. Showing three bars that relate to different
axis scale is likely to confuse the users.
Thanks,
David
"Farid" <faridadhami@yahoo.com> wrote in message
news:fllnvg$eot$1@build.eclipse.org...
> Hi there,
>
> I am trying to implement a bar chart that is a combination of two bar
> charts. The X-axis categories are the same, but the y-axis are different,
> so I need to have two y-axes.
> One of charts, itself is a stacked bar chart with two values stacked on
> each others (it's okay to show them side-by-side too). So, I have three
> series that two of them belongs to the first y-axis and the third one
> belongs to the second Y-axis.
> As I tried to implement the chart, I faced an issue that two bars from two
> seperate y-axes are rendered on each others, instead of being rendered
> side-by-side.
>
> Is there anyway, that I can fix this issue?
>
> Thanks
> Farid
>
|
|
|
Powered by
FUDForum. Page generated in 0.03460 seconds