This question is locked. New answers and comments are not allowed.
Hello
I have a LineSeries and i use the track ball behavior to see the points of my line series.
My questions is : can i change that information?? how do i do that?
i have this code:
<Chart:RadCartesianChart.Behaviors>
<Chart:ChartTrackBallBehavior TrackInfoUpdated="ChartTrackBallBehavior_TrackInfoUpdated"
ShowIntersectionPoints="True" />
</Chart:RadCartesianChart.Behaviors>
how do i implement a style or something similar to personalize the information
Thank you
I have a LineSeries and i use the track ball behavior to see the points of my line series.
My questions is : can i change that information?? how do i do that?
i have this code:
<Chart:RadCartesianChart.Behaviors>
<Chart:ChartTrackBallBehavior TrackInfoUpdated="ChartTrackBallBehavior_TrackInfoUpdated"
ShowIntersectionPoints="True" />
</Chart:RadCartesianChart.Behaviors>
how do i implement a style or something similar to personalize the information
Thank you