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.
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=
}