Okay, new problem.
I have two different series on my chart. One is an area graph, the other is a column graph. I want to only have the area graph selectable, because I have a custom tooltip that displays as you follow the line of the area graph. However, sometimes the column graph is higher than the area graph, and I cannot select the area graph behind it because it defaults to the column graph.
Is there a way to make the column graph still be visible, but not selectable, so that when I want to select the area chart I can without selecting the columns too? Thanks.