title | page_title | description | type | slug | position | tags | ticketid | res_type |
---|---|---|---|---|---|---|---|---|
Customize RadChartView Trackball DisplayContent |
Change the Appearance of RadCartesianChart Track Ball Content |
How to modify the display content of ChartTrackBallBehavior's TrackBallInfoControl in RadChartView. |
how-to |
kb-chartview-customize-trackball-display-content |
0 |
behavior,trackball |
1416654 |
kb |
Product Version | 2019.2.618 |
Product | RadChartView for WPF |
How to modify the display content of ChartTrackBallBehavior's TrackBallInfoControl in RadChartView.
Set the DataPointInfoTemplate property of TrackBallInfoControl. To do this, use the TrackBallInfoStyle property of RadCartesianChart.
{{region kb-chartview-customize-trackball-display-content-0}} telerik:RadCartesianChart.TrackBallInfoStyle <Style TargetType="telerik:TrackBallInfoControl"> <Setter.Value> </Setter.Value> </Style> </telerik:RadCartesianChart.TrackBallInfoStyle> {{endregion}}