Jump to content
Software FX Community

appy_base

Members
  • Posts

    5
  • Joined

  • Last visited

appy_base's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I have two series for a line graph. Series 1 has range from 0- 100 Series 2 has range from 1500-5000 I am normalizing the data so I can display both the seriesaccordingly. But when the user takes the mouse over the point, I want todisplay the correct value. I tried many ways to achieve this but no success. Isthere a way to accomplish this? Thanks, Arpan
  2. I have two series for a line graph. Series 1 has range from 0- 100 Series 2 has range from 1500-5000 I am normalizing the data so I can display both the series accordingly. But when the user takes the mouse over the point, I want to display the correct value. I tried many ways to achieve this but no success. Is there a way to accomplish this? Thanks, Arpan
  3. Thanks for sharing this. It it really helpful.
  4. I am attaching the image. What I would like it to have less distance between the axis and the image border. I am able to successfully do that for right and top gap but not for left or bottom gap. Thanks, Arpan
  5. It seems setLeftGap and setBottomGap does not work a line chart. setTopGap and setRightGap works. This is how I set the gaps: chart1.setLeftGap( 1 ); chart1.setRightGap( 1 ); chart1.setTopGap( 1 ); chart1.setBottomGap( 1 ); But there is no effect on the area/gap between the graph image and X or Y axis. Right and Top gap changes according to the gap values. The reason I need to set the gap to a very low number like 1 is so as to accommodate a graph in a small area on the page. Any one running into this scenario? Any suggestions? Thanks, Appy
×
×
  • Create New...