I am having trouble with some custom code, I want to get the range of my data and add a line midway
I tested out some code that works ok for a floatbar in the winforms charting object, and tried to use it in the reporting chart tool custom code.
double
As soon as i put this code into my report it no longer runs as says there is an error, as soon as i remove it it runs again. Same for BeginValues, EndValues etc.
Am i doing something wrong? I have two level grouping on my report but i'm not sure if that makes a difference.
Hi Clare,
Can you post the complete code you use in the report? The code excerpt above is not problematic by itself.
Best Regards,Nevron Support Team
This is my code, if i remove these four lines:
The code runs fine and the purple constline gets printed. What I'm actually trying to do is highlight specific values in my series.
using System;
using
namespace
{
///
/// <param name=
}
Ok, i added a test for empty values and now i dont get an error, however i only seem to have values in one of my begin and end values.
I changed the code so that a stripe was added for each valid start and end, and i ONLY get one stripe for the very first item??? (which incidentally was in beginvalues[3] and endvalues[3]
I'm really confused about why this might be so??
How do i access the rest of my values and why is it appearing that there is only one? Could this be caused by grouping?
Can we schedule a web meeting? - it looks like the configuration / data does not match the standard example shipped with the control, which makes the results "unpredictable". To schedule a web meeting you can send an e-mail at "sales at nevron dot com".