Jump to content
Software FX Community

Issue with setLeftGap and setBottomGap on a line chart.


appy_base

Recommended Posts

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 

 

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...