New to Telerik UI for WPFStart a free 30-day trial

Represents the control that displays the track information, provided by a ChartTrackBallBehavior.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

C#
public class TrackBallInfoControl : Control

Inheritance: objectTrackBallInfoControl

Fields

Identifies the DataPointInfoTemplate property.

C#
public static readonly DependencyProperty DataPointInfoTemplateProperty

HeaderProperty

DependencyProperty

Identifies the DataPointInfoTemplate property.

C#
public static readonly DependencyProperty HeaderProperty

HeaderTemplateProperty

DependencyProperty

Identifies the HeaderTemplate property.

C#
public static readonly DependencyProperty HeaderTemplateProperty

Properties

Gets or sets the DataTemplate that defines the appearance of the information about a single DataPointInfo.

C#
public DataTemplate DataPointInfoTemplate { get; set; }

Gets or sets the object that represents the header content of the control.

C#
public object Header { get; set; }

HeaderTemplate

DataTemplate

Gets or sets the DataTemplate that defines the appearance of the header of this control.

C#
public DataTemplate HeaderTemplate { get; set; }

Methods

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call . In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.

C#
public override void OnApplyTemplate()