Hello !
First, i have to say thank you for this amazing tool that is OxyPlot.
My problem is simple I think, I`m trying to follow a "Contour Series Example" (Peaks Example Actually), and in the code to add parameters is necessary to something like that:
contourSeries.ColumnCoordinates.Add(value); right?
But when I do that, i receive a error message, something about there no Add method in a array[].
So, i tryed to do that (to all parameters ... Column, Row, Levels and Data (in Data I used a Matriz)):
contourSeries.ColumnCoordinates[0] = value;
But still doesnt work, I miss something??
First, i have to say thank you for this amazing tool that is OxyPlot.
My problem is simple I think, I`m trying to follow a "Contour Series Example" (Peaks Example Actually), and in the code to add parameters is necessary to something like that:
contourSeries.ColumnCoordinates.Add(value); right?
But when I do that, i receive a error message, something about there no Add method in a array[].
So, i tryed to do that (to all parameters ... Column, Row, Levels and Data (in Data I used a Matriz)):
contourSeries.ColumnCoordinates[0] = value;
But still doesnt work, I miss something??