CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2003
    Posts
    195

    How to increase the length & width of the chart area.

    Hi all,

    I am using VS 2005 & Crystal Reports for .NET. I am able to successfully generate a bar chart. However I would like to increase the length of the chart area.

    When there are only 5 - 8 rows, the chart looks nice. But on the other hand when there are 20 rows, the bars are so thin and is not very legible to read the values off of the chart.

    Is there a way to dynamically increase the length & width based on the resultant number of rows?

    Help is greatly appreciated.

    Thanks

  2. #2
    Join Date
    Aug 2007
    Posts
    180

    Re: How to increase the length & width of the chart area.

    only an objects width can be manipulated dynamically. (format->size and position->select the formula icon)
    Another choice is to have multiple charts which you suppress based on the number of records/row returned by your query.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured