Jump to content
JChartFX Community
  • 0

For combinational chart the scroller is becoming very large.


amjadhussen

Question

Hi,

I am a licenced user of jchartfx. I am trying to plot combinational chart.

I created a combinational chart and enabled scroller in it. However the scroller is showing very large. For all other charts like line chart, bar chart everything is working fine. However for combinational chart this is happening. I have attached the screen shot. Please help me on this.

combinationalchart.png

Regards,

AmjadHussen

Edited by amjadhussen
Edit Content
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 1

We do not support using the "zoom" scrollbar on charts using multiple panes, actually we eve have code that tries to force the simple scrollbars in those situations.

If you are ok with simple scrollbar, you can force them using the following code

chart1.getZoom().setUseSimpleScrollBars(true);

In our current builds (not made public yet) we are exploring an API that allows you to select a single pane or series to show in this "zoom" scrollbar, would this be something that helps you in your scenario? Can you tell us the version of jChartFX you are using and post sample code that duplicates the problem you are experiencing?

Regards,

JuanC

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...