Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Naming .xls chart axes

Status
Not open for further replies.

mancroft

Programmer
Oct 26, 2002
267
GB
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.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top