From: Rajendra on
Hi,

A line chart is made with the following values:

2 3 5 7 8

The x axis in the chart has the following values:
1 2 3 4 5

Is there a way using VBA to place an arrow on the line series
corresponding to the 1.5 point (or some similar point) on the x-
axis?

Thanks in advance for the help.

Regards,
Raj
From: Xt on
On Feb 14, 6:28 am, Rajendra <rsp...(a)gmail.com> wrote:
> Hi,
>
> A line chart is made with the following values:
>
> 2       3       5       7       8
>
> The x axis in the chart has the following values:
> 1       2      3      4       5
>
> Is there a way using VBA to place an arrow  on the line series
> corresponding to the 1.5 point (or some  similar point) on the x-
> axis?
>
> Thanks in advance for the help.
>
> Regards,
> Raj

Does it have to be a line chart or would an XY Scatter chart do as
well?
From: Bernard Liengme on
I will send you a non-VBA method
best wishes
--
Bernard Liengme
Microsoft Excel MVP
people.stfx.ca/bliengme
email address: remove uppercase characters

"Rajendra" <rspai9(a)gmail.com> wrote in message
news:cf06d083-dec6-433c-b984-40c49651fff9(a)g8g2000pri.googlegroups.com...
> Hi,
>
> A line chart is made with the following values:
>
> 2 3 5 7 8
>
> The x axis in the chart has the following values:
> 1 2 3 4 5
>
> Is there a way using VBA to place an arrow on the line series
> corresponding to the 1.5 point (or some similar point) on the x-
> axis?
>
> Thanks in advance for the help.
>
> Regards,
> Raj

From: Rajendra on
On Feb 14, 2:27 am, Xt <the.christ...(a)clear.net.nz> wrote:
> On Feb 14, 6:28 am, Rajendra <rsp...(a)gmail.com> wrote:
>
>
>
> > Hi,
>
> > A line chart is made with the following values:
>
> > 2       3       5       7       8
>
> > The x axis in the chart has the following values:
> > 1       2      3      4       5
>
> > Is there a way using VBA to place an arrow  on the line series
> > corresponding to the 1.5 point (or some  similar point) on the x-
> > axis?
>
> > Thanks in advance for the help.
>
> > Regards,
> > Raj
>
> Does it have to be a line chart or would an XY Scatter chart do as
> well?

It is a line chart.

Regards,
Rajendra
From: Herbert Seidenberg on
Excel 2007
Place arrow on line chart.
Interpolate.
Measure in points.
With macro.
http://www.mediafire.com/file/ynzt3crq0nk/02_14_10.xlsm
 |  Next  |  Last
Pages: 1 2
Prev: plot highlight
Next: refreshing charts