How to get a chart title from a worksheet cell in c#?

  • Thread starter Thread starter ivo
  • Start date Start date
I

ivo

Hello,
how do I link a worksheet cell with chart title field in c#?
I would like to change a velue in worksheet cell and automatic
have this text in chart/diagram.

It should be done in c#. NOT VBA NOT MACRO

Thanks!
Ivo
 
Go to the chart and select the title. Now just type the formula for
that cell into the formula box as you would if it were a cell.... "=A1"
 
Hello shelfish,

yes, you can do this as user of excel building a chart.
But this workaround should be programatically in c# done.

I do not know, how.

Ivo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top