Getting position of datapoint in stacked column chart

  • Thread starter Thread starter Holger Gerths
  • Start date Start date
H

Holger Gerths

Hi,

any idea how to get the exact position of datapoints in a stacked column
chart?

Thanks,
Holger.
 
Holger -

The answer to this depends on what you need to do. Often you don't need
the coordinates, because a simpler approach can get you where you need
to go.

- Jon
 
I am (VBA-) developing a chart generator which auto-formats and scales the
chart
whith user defined.
I need to draw vertical lines with "anyChart.Lines.Add ..." between two
column stacks.
The next but unexact position I can get is the datalabel's.
 

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