Skip to content

Latest commit

 

History

History
50 lines (43 loc) · 1.46 KB

kb-chartview-customize-trackball-display-content.md

File metadata and controls

50 lines (43 loc) · 1.46 KB
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

Environment

Product Version 2019.2.618
Product RadChartView for WPF

Description

How to modify the display content of ChartTrackBallBehavior's TrackBallInfoControl in RadChartView.

Solution

Set the DataPointInfoTemplate property of TrackBallInfoControl. To do this, use the TrackBallInfoStyle property of RadCartesianChart.

[XAML]

{{region kb-chartview-customize-trackball-display-content-0}} telerik:RadCartesianChart.TrackBallInfoStyle <Style TargetType="telerik:TrackBallInfoControl"> <Setter.Value> </Setter.Value> </Style> </telerik:RadCartesianChart.TrackBallInfoStyle> {{endregion}}

{{ site.framework_name }} RadChartView Customize Trackball DisplayContent