SasqChart
Home
Home
Chart Gallery
Thumbs
Bar Charts
Stacked Bar
Line Charts
Area Charts
Stacked Area
Pie Charts
Mixed Charts
Chart Styles
Axis Options
Layout Options
ASP.Net Tutorials
Base Example
DataSet Bind
WinForm Tutorials
Base Example
DataSet Bind
  Forums Login
Username:
Password:
 
Create account
Forget password?
 Who is Online

There are currently:
3 anonymous users online.

0 of 1,436 registered users online.

There have been 160334 Page Hits by 118881 users

 Search Forums

More search options
SasqChart  > Known Issues  > Chart where all values are 0 causes an exception  
 
Display using:  
Previous Thread :: Next Thread 
 Author Thread: Chart where all values are 0 causes an exception
Sasq is not online. Last active: 2/9/2010 4:13:32 PM Sasq
Top 25 Poster
Joined: 31 Dec 2004
Total Posts: 80
 
Chart where all values are 0 causes an exception
Posted: 05 Nov 2005 09:46 AM
If you have a chart where all the datapoints are 0 then you get an exception when sasqChart tries to work out what axis scale to use.

For example, the following code causes this issue :-


for (int i = 0; i < 10; i++)
{
chart.Series[0].Data.Add(0)
}

This is a known issue which will be resolved in the next release.
The current workaround is to set a Axis Max value for the chart.
Sasq is not online. Last active: 2/9/2010 4:13:32 PM Sasq
Top 25 Poster
Joined: 31 Dec 2004
Total Posts: 80
 
Re: Chart where all values are 0 causes an exception
Posted: 05 Nov 2005 03:59 PM
This is fixed as of release 1.11 - 2005/11/05
Previous Thread :: Next Thread 
Page 1 of 1
 
SasqChart  > SasqChart  > Known Issues  > Chart where all values are 0 causes an exception