Sasq
|
 |
| 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
|
 |
| 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 |
|
|
 |
|