bborie0107 Posted December 17, 2007 Report Share Posted December 17, 2007 hi i am working on chart on bitstream image . getHtmlData method works fine in every my chart. but one of my chart needs to show tooltip where mouse over action. but When i use getHtmlDataEx API ,chart doesn't appear on web page . I don't know how to use getHtmlDataEx API ... hear is my code ChartSmaple.jsp <IMG SRC="/jsp/fundmall/chart/common/chart_cmmf503.jsp?Gigan=12&Gdcd=11111" > AND chart_cmmf503.jsp response.setContentType("image/x-png"); .................... ..................... chart.getTitles().getItem(0).setText("GijunGa"); chart.recalcScale(); ServletOutputStream outStream = response.getOutputStream(); chart.getHtmlDataEx("400","200","PNG", outStream,outStream,outStream); thanks in advance... Quote Link to comment Share on other sites More sharing options...
GabrielA Posted December 18, 2007 Report Share Posted December 18, 2007 You will find some sample of GetHtmlDataEx in the ChartFX\samples\Misc folder. The is a sample that does pretty much what you need. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.