Hi,
I'm currently working with implementing new chartview in winform application.
I activate the trackball to show informations like in this sample
http://www.telerik.com/help/winforms/chartview-features-trackball.html
In this sample, informations are displayed in color, each on a new line and with the LineSeries name.
"X 23 Y 7"
Is there an option to set the default text format ?
If not, do you have sample for using TextNeeded event to build this text formated with axes information ?
Thanks
I'm currently working with implementing new chartview in winform application.
I activate the trackball to show informations like in this sample
http://www.telerik.com/help/winforms/chartview-features-trackball.html
In this sample, informations are displayed in color, each on a new line and with the LineSeries name.
X - 3: 23
Y - 3: 7
"X 23 Y 7"
Is there an option to set the default text format ?
If not, do you have sample for using TextNeeded event to build this text formated with axes information ?
Thanks