Normal 0 21 false false false MicrosoftInternetExplorer4
As I can change the name of my x-axis data in a column or datasource.
ejem: colum #0 , column #1, column#2... to january, febrary, march...
thanks for your help
serveq@hotmail.com --> Marco
Let me tray to explain:
I use a visual basic 2008 whit Net advantage 2006 Vol 3 clear 2.0 and my question is:
How I can use one of de columns from the data source to provide labels for the chart axis, not whit the wizard, i ned code to do that
Someting like dat;
I have a table whit a column named Month or week or day, etc. I need to change the ROW #1 by Jan, but the table. not manually
Hi,
You'll want to use this setting here:
Chart.Data.RowLabelsColumn = <Index of column in datatable>
Cheers.