Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I don't think the value being returned is the true series index. It is a value dependent upon primary/secondary axis as you point out but it is also dependent on chart type. Create a simple clustered ccolumn chart with 3 series. Using the chartevents and selecting the legend entries in turn will give you arg1 values of 1,2 and 3. Which is what you would expect. Now change the 2nd series to a line chart and the 3rd series to a xy-scatter chart. Do not move any to the secondary axis just yet. Again select the 3 legend entries. This time arg1 return 1 for all three series. So it would appear that the limited information returned is of no use once a chart contains series that are on the secondary axis or is a combination chart. Cheers Andy Mike wrote: Hi there, using XL2K I am using GetChartElement on a chart to find out which series the user has clicked on in the legend, and I have run into a small (hopefully) stumbling block - my chart is a clustered column chart with 2 y-axes, where series 1 and 2 are on the primary and series 3 is on the secondary. When GetChartElement returns arg1 as the seriesindex (arg2 is presumed empty because that's what is supposed to happen when the elementid is xlLegendKey or xlLegendEntry, correct?), everything is okay if the series picked is one of the two on the primary axis, but if it's series 3, then arg1 is set to "1", not "3" as it should be, I guess because it's series 1 on the secondary axis. So the question that comes up, is that since Excel seems to be saying "you've picked series 1 on the secondary axis", how do I find out whether the user's picked series 1 on the secondary axis or the primary??? ---------------------------------- Please reply to NG. -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Elementary(?) GetChartElement Question | Charts and Charting in Excel | |||
Problem with pie chart | Charts and Charting in Excel | |||
Chart problem | Excel Discussion (Misc queries) | |||
Chart problem. | Charts and Charting in Excel | |||
Pie Chart Problem | Charts and Charting in Excel |