I have a problem with display tooltip cho XAxis Item need you help.
I can display tooltip on ChartSeriesItem with command :
ChartSeriesItem seriesItem = new ChartSeriesItem();
seriesItem.ItemMap.ToolTip = "test";
But i can't do this with XAxis item . I want that, when i click mouse over XAxit item, it will display full name of XAxit item.
Please help me solve this problem . Thanks so much !
I can display tooltip on ChartSeriesItem with command :
ChartSeriesItem seriesItem = new ChartSeriesItem();
seriesItem.ItemMap.ToolTip = "test";
But i can't do this with XAxis item . I want that, when i click mouse over XAxit item, it will display full name of XAxit item.
Please help me solve this problem . Thanks so much !