hello
i am trying to export a simple Line chart data (XY series) to a data table. i think i follow your examples but i keep getting the same error when i run, that the "The data series must have the same size."
Private
sTableName = myChartCtrl(selectedChart).Name
arrSeries.Add(line.Values, DataSeriesMask.Values)
arrSeries.Add(line.XValues, DataSeriesMask.XValues)
arrSeries.Add(line.Labels, DataSeriesMask.Labels)
NDataGridView1.DataSource = datatable
myDataGrid.Visible =
myChartCtrl(selectedChart).Refresh()
i cannot get past the arrSeries.ExportToDataTable command.
can you help, i follow your code examples but i cannot export the data.
Regards
bruce