I have a GRAHP bar chart that works graet with 10 records coming from the database, however when thre are 100 records, they are very narrow and hard to read.
This graph is in library and its DataSource is binding directly from the database procedure to the graph so there is no place to check for number of records in the C# code.
Would it be possible to have the width of the bars always the same and if there are 10 records, they would display on first page, if there are 100 records, then the X axis would extend to the right and display on the next pages? Can this be accomplished in the designer settings?
The graph contains cartesian coordinate system, datasource (stored procedure), bar series, category and numerical scale.
(All data has to be displayed, I cannot use filters.)