Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
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 |