Class
TrackBallInfoControl

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

Definition

Namespace:Telerik.UI.Xaml.Controls.Chart.Primitives

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class TrackBallInfoControl : RadControl

Inheritance: objectRadControlTrackBallInfoControl

Inherited Members RadControl.EndVisualStateUpdate(bool, bool)RadControl.UpdateVisualState(bool)RadControl.BeginVisualStateUpdate()RadControl.OnCreateAutomationPeer()RadControl.SetVisualState(string, bool)RadControl.CanUpdateVisualState()RadControl.ComposeVisualStateName()RadControl.MeasureOverride(Size)RadControl.ArrangeOverride(Size)RadControl.OnApplyTemplate()RadControl.UnapplyTemplateCore()RadControl.OnIsEnabledChanged(bool, bool)RadControl.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

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

DefaultZIndex

Gets the default z-index of the TrackBallInfoControl.

Declaration

cs-api-definition
public int DefaultZIndex { get; }

Property Value

int

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

ApplyTemplateCore()

Resolves the PART_Panel template part.

Declaration

cs-api-definition
protected override bool ApplyTemplateCore()

Returns

bool

Overrides RadControl.ApplyTemplateCore()

OnTemplateApplied()

Occurs when the method has been called and the template is already successfully applied.

Declaration

cs-api-definition
protected override void OnTemplateApplied()

Overrides RadControl.OnTemplateApplied()