Naming .xls chart axes
I've worked out how to create a comma-separated .xls file in vb.net readable by Excel.
If that file is displayed as a graph, it will have two axes.
When using the Excel chart wizard, you can give each axis a name.
Is it possible to put a name for each into the comma-separated .xls file as a variable perhaps?
Something along the lines:
$xaxis = "Time"
$yaxis = "Space"
If so what names do these variables have?
Thank you.
I've worked out how to create a comma-separated .xls file in vb.net readable by Excel.
If that file is displayed as a graph, it will have two axes.
When using the Excel chart wizard, you can give each axis a name.
Is it possible to put a name for each into the comma-separated .xls file as a variable perhaps?
Something along the lines:
$xaxis = "Time"
$yaxis = "Space"
If so what names do these variables have?
Thank you.