Class
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:

cs-api-definition
public class TrackBallInfoControl : Control

Inheritance: objectTrackBallInfoControl

Fields

DataPointInfoTemplateProperty

Identifies the DataPointInfoTemplate property.

Declaration

cs-api-definition
public static readonly DependencyProperty DataPointInfoTemplateProperty

Field Value

DependencyProperty

HeaderProperty

Identifies the DataPointInfoTemplate property.

Declaration

cs-api-definition
public static readonly DependencyProperty HeaderProperty

Field Value

DependencyProperty

HeaderTemplateProperty

Identifies the HeaderTemplate property.

Declaration

cs-api-definition
public static readonly DependencyProperty HeaderTemplateProperty

Field Value

DependencyProperty

Properties

DataPointInfoTemplate

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

Declaration

cs-api-definition
public DataTemplate DataPointInfoTemplate { get; set; }

Property Value

DataTemplate

Header

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

Declaration

cs-api-definition
public object Header { get; set; }

Property Value

object

HeaderTemplate

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

Declaration

cs-api-definition
public DataTemplate HeaderTemplate { get; set; }

Property Value

DataTemplate

Methods

OnApplyTemplate()

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.

Declaration

cs-api-definition
public override void OnApplyTemplate()