graph - Double Click event for each Chart Areas in MSChart C# -


The problem is that I created the chart with two charts using MSchart but, I have different individual charters I want to handle double click events.

But, I can not do this Double click event is applicable only for the entire chart, which is not for individual chart fields.

Please tell me if there is any other way.

Actually, I want to create visibility of other chart areas for a lie when other chart areas are double clicked.

Thanks in advance.

  private sub MSChart1_MouseClick .... HitTestResult = MSChart1.HitTest (eX, eY) In the form of a slim result, the result of the string as dull (result ChartArea) = is false then CurrentChartAreaName = Result.ChartArea.ChartArea.Name End End End Sub    

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -