Class ChartTooltipBehavior
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ChartTooltipBehavior : ChartBehavior
Constructors
ChartTooltipBehavior()
Declaration
public ChartTooltipBehavior()
Fields
ContentTemplateProperty
Declaration
public static readonly DependencyProperty ContentTemplateProperty
Field Value
Microsoft.
|
Properties
HandleTooltipManually
Declaration
public virtual bool HandleTooltipManually { get; }
Property Value
System.
|
HorizontalAlignment
Declaration
public HorizontalAlignment HorizontalAlignment { get; set; }
Property Value
Microsoft.
|
IsOpen
Declaration
public bool IsOpen { get; }
Property Value
System.
|
ShowDelay
Declaration
public TimeSpan ShowDelay { get; set; }
Property Value
System.
|
SnapToClosestPoint
Declaration
public bool SnapToClosestPoint { get; set; }
Property Value
System.
|
TouchOverhang
Declaration
public Point TouchOverhang { get; set; }
Property Value
Windows.
|
VerticalAlignment
Declaration
public VerticalAlignment VerticalAlignment { get; set; }
Property Value
Microsoft.
|
Methods
GetContentTemplate(DependencyObject)
Declaration
public static DataTemplate GetContentTemplate(DependencyObject instance)
Parameters
Microsoft.
|
Returns
Microsoft.
|
GetDataContext(Point, Boolean)
Declaration
protected override ChartDataContext GetDataContext(Point physicalOrigin, bool findNearestPoints)
Parameters
Windows.
|
System.
|
Returns
Overrides
HideTooltip()
Declaration
protected void HideTooltip()
OnHoldCompleted(HoldingRoutedEventArgs)
Declaration
protected override void OnHoldCompleted(HoldingRoutedEventArgs args)
Parameters
Microsoft.
|
Overrides
OnHoldStarted(HoldingRoutedEventArgs)
Declaration
protected override void OnHoldStarted(HoldingRoutedEventArgs args)
Parameters
Microsoft.
|
Overrides
OnLoaded()
OnManipulationDelta(ManipulationDeltaRoutedEventArgs)
Declaration
protected override void OnManipulationDelta(ManipulationDeltaRoutedEventArgs args)
Parameters
Microsoft.
|
Overrides
OnPointerEntered(PointerRoutedEventArgs)
Declaration
protected override void OnPointerEntered(PointerRoutedEventArgs args)
Parameters
Microsoft.
|
Overrides
OnPointerExited(PointerRoutedEventArgs)
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs args)
Parameters
Microsoft.
|
Overrides
OnPointerMoved(PointerRoutedEventArgs)
Declaration
protected override void OnPointerMoved(PointerRoutedEventArgs args)
Parameters
Microsoft.
|
Overrides
OnPointerPressed(PointerRoutedEventArgs)
Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs args)
Parameters
Microsoft.
|
Overrides
OnPointerReleased(PointerRoutedEventArgs)
Declaration
protected override void OnPointerReleased(PointerRoutedEventArgs args)
Parameters
Microsoft.
|
Overrides
OnUnloaded()
SetContentTemplate(DependencyObject, DataTemplate)
Declaration
public static void SetContentTemplate(DependencyObject instance, DataTemplate template)
Parameters
Microsoft.
|
Microsoft.
|
SetInteractionPoint(Point)
Declaration
protected void SetInteractionPoint(Point position)
Parameters
Windows.
|
ShowToolTip()
Declaration
protected void ShowToolTip()
Events
ContextNeeded
Declaration
public event EventHandler<TooltipContextNeededEventArgs> ContextNeeded
Event Type
System.
|