hi
i want a axis lables from bubble chart on mouse doubleclick
i i was given it from hashtable
hashlables ,
ex in image i want blue1 & 2000 on mouse double click
i think you can achieve this using some code like this:
private void ultraChart1_ChartDataDoubleClicked(object sender, ChartDataEventArgs e) { MessageBox.Show(this.theHashtable[e.RowLabel]); }
assuming the keys in your hashtable match the row labels in your data source.
thanks for replay
but now i have another problem with chartdoubleclick
using event "
UltraChart1_ChartDataDoubleClicked
"