Thats what I was afraid of
I was using code similar to yours. I even changed my code to yours to see if i'd done something silly.
As soon as i put this in my report
for (int j = 0; j < floatBar.Values.Count; j++)
{
double start = (double)floatBar.BeginValues[j];
double end = (double)floatBar.EndValues[j];
}
i get an error: NChart Rendering Failed, Exception has been thrown by the target of an invocation
I cannot for the life of me figure out why this code wont work as it works fine in the winforms chart control