Jump to content
JChartFX Community
  • 0

Drill down feature in Additional Axes Chart


Sriram

Question

1 answer to this question

Recommended Posts

  • 0

We support zoom in the X axis, in an empty chart try this code

    chart1.getData().setSeries(1);
    chart1.getData().setPoints(50);
    chart1.getAxisX().setAutoScroll(true);
    chart1.getAxisX().setClientScroll(true);

Currently, we do not have built-in support for a feature where the user would select a rectangle to zoom into that area.

Regards,

JuanC 

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...