It would depend on how you supplied your data to the chart. If you added series objects, you can use chart.Series collection to retrieve them. If you bound the chart to a table, you cannot access the data directly, but you can use the data table instead. Can you provide more information?