-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
When I using Bar Chart and put SetGrid directive, the site does not open
and show a error.
I changed the if to:
if (!(chartType == ChartType.LineChart || chartType ==
ChartType.ScatterPlot || chartType == ChartType.BarChart))
{
throw new InvalidFeatureForChartTypeException();
}
PS.: Have 2 places to change!
Rafael Amorim
SharpCode User Group
Operational Admin
www.sharpcode.com.br
Original issue reported on code.google.com by [email protected] on 27 Jan 2009 at 7:45