You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @jfree ,
I realized that when I am constructing a new ChartViewer like the bellow: this.chartViewer = new ChartViewer(chart, false);
the context menu is still not disabled on the chart. I look into the source code and looks like contextMenuEnabled field has not been used.
Hello @jfree ,
I realized that when I am constructing a new ChartViewer like the bellow:
this.chartViewer = new ChartViewer(chart, false);
the context menu is still not disabled on the chart. I look into the source code and looks like contextMenuEnabled field has not been used.
How can I disable context menu in this case?
Thanks.
The text was updated successfully, but these errors were encountered: