kakone wrote:I used the ValueDataColumn and I thinked that the GetValue event should fire.
In this case GetListofArguments and GetListOfValues events would be fired. GetValue is not fired, it is true.
I will use Argument and Value properties...
Ok, but in this case you should process null values and empty strings in expressions to prevent cast exceptions if null values or empty string is passed to datetime expressions, for example.
But, why are there two differents properties: Value and ValueDataColumn? What are the differences between these properties if I use a data column (in one case, the GetValue event will not fire, I know

)
There are difference between these two properties. For working with the Value and Argument properties you have to set Chart.DataSource property additionally, for ArgumentDataColumn and ValueDataColumn properties this is not necessary.
Thank you.