I'm working more than 5 hours on a freaking simple problem I have using Highcharts.NET Basically all I want to do, is to initiate an array with dynamic data.
I really want to have only this part "{1500,3}" being added from an object, string, list or what ever to the array.
If I'm creating a string with the values "{1500,3}" it tells me of course, that 1 dimension of the array is missing.
This is the part, I need to have dynamically with values from a list / string etc.
TokioData = New Object(,) {{1500, 3}}