TrackBallInfoControl
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:
public class TrackBallInfoControl : Control
Inheritance: objectTrackBallInfoControl
Fields
DataPointInfoTemplateProperty
DependencyProperty
Identifies the DataPointInfoTemplate property.
public static readonly DependencyProperty DataPointInfoTemplateProperty
HeaderProperty
DependencyProperty
Identifies the DataPointInfoTemplate property.
public static readonly DependencyProperty HeaderProperty
HeaderTemplateProperty
DependencyProperty
Identifies the HeaderTemplate property.
public static readonly DependencyProperty HeaderTemplateProperty
Properties
DataPointInfoTemplate
DataTemplate
Gets or sets the DataTemplate that defines the appearance of the information about a single DataPointInfo.
public DataTemplate DataPointInfoTemplate { get; set; }
Gets or sets the object that represents the header content of the control.
public object Header { get; set; }
HeaderTemplate
DataTemplate
Gets or sets the DataTemplate that defines the appearance of the header of this control.
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.
public override void OnApplyTemplate()