I have RadChartView that receive real time data and i want to add the option after the mouse is over specific point to see it's value so i added this property:
radChartView1.ShowTrackBall = true;
And now i can see an empty rectangle with no text (see my attach file).
Another thing that i have notice is now after right click on my chart i have an new option called Palette that change my series color and in this case i can see the point value inside the rectangle.
Now i have 3 questions:
1. What is this new option ?
2. how can i see my point value without change this color ?
3. is it possible to add some text inside this rectangle ?
Thanks !