Hi,
I receive dynamic data from a DataBase and I would like to plot the data using the surface chart.
I am interested in binding the ChartSeries to a list of lists (List<List<Data>>). Where Data consists of X(double) and Y(double).
Is that currently possible?
Regards
Hasan