Hi,
I am creating dynamic graphs (charttypelinemarker) using OWC and I have managed to put data labels against the points by using:
objSeries.DataLabelsCollection.Add
Now in Excel there is a function that shows the data table beneath the graphs, you just click "show data table."
I figure there must be a way to use this function in the web graphs. I have tried using things like:
objChart.ShowDataTable = True
objChart.DataTable = True
objChart.HasDataTable = True
but to no avail.
Does anyone know if this is possible and the correct syntax ?
Cheers
Mark Svensson
I am creating dynamic graphs (charttypelinemarker) using OWC and I have managed to put data labels against the points by using:
objSeries.DataLabelsCollection.Add
Now in Excel there is a function that shows the data table beneath the graphs, you just click "show data table."
I figure there must be a way to use this function in the web graphs. I have tried using things like:
objChart.ShowDataTable = True
objChart.DataTable = True
objChart.HasDataTable = True
but to no avail.
Does anyone know if this is possible and the correct syntax ?
Cheers
Mark Svensson