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.UI.Xaml.DependencyProperty
|
Properties
HandleTooltipManually
Declaration
public virtual bool HandleTooltipManually { get; }
Property Value
|
System.Boolean
|
HorizontalAlignment
Declaration
public HorizontalAlignment HorizontalAlignment { get; set; }
Property Value
|
Microsoft.UI.Xaml.HorizontalAlignment
|
IsOpen
Declaration
public bool IsOpen { get; }
Property Value
|
System.Boolean
|
ShowDelay
Declaration
public TimeSpan ShowDelay { get; set; }
Property Value
|
System.TimeSpan
|
SnapToClosestPoint
Declaration
public bool SnapToClosestPoint { get; set; }
Property Value
|
System.Boolean
|
TouchOverhang
Declaration
public Point TouchOverhang { get; set; }
Property Value
|
Windows.Foundation.Point
|
VerticalAlignment
Declaration
public VerticalAlignment VerticalAlignment { get; set; }
Property Value
|
Microsoft.UI.Xaml.VerticalAlignment
|
Methods
GetContentTemplate(DependencyObject)
Declaration
public static DataTemplate GetContentTemplate(DependencyObject instance)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
instance
|
Returns
|
Microsoft.UI.Xaml.DataTemplate
|
GetDataContext(Point, Boolean)
Declaration
protected override ChartDataContext GetDataContext(Point physicalOrigin, bool findNearestPoints)
Parameters
|
Windows.Foundation.Point
physicalOrigin
|
|
System.Boolean
findNearestPoints
|
Returns
|
ChartDataContext
|
Overrides
HideTooltip()
Declaration
protected void HideTooltip()
OnHoldCompleted(HoldingRoutedEventArgs)
Declaration
protected override void OnHoldCompleted(HoldingRoutedEventArgs args)
Parameters
|
Microsoft.UI.Xaml.Input.HoldingRoutedEventArgs
args
|
Overrides
OnHoldStarted(HoldingRoutedEventArgs)
Declaration
protected override void OnHoldStarted(HoldingRoutedEventArgs args)
Parameters
|
Microsoft.UI.Xaml.Input.HoldingRoutedEventArgs
args
|
Overrides
OnLoaded()
OnManipulationDelta(ManipulationDeltaRoutedEventArgs)
Declaration
protected override void OnManipulationDelta(ManipulationDeltaRoutedEventArgs args)
Parameters
|
Microsoft.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs
args
|
Overrides
OnPointerEntered(PointerRoutedEventArgs)
Declaration
protected override void OnPointerEntered(PointerRoutedEventArgs args)
Parameters
|
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs
args
|
Overrides
OnPointerExited(PointerRoutedEventArgs)
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs args)
Parameters
|
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs
args
|
Overrides
OnPointerMoved(PointerRoutedEventArgs)
Declaration
protected override void OnPointerMoved(PointerRoutedEventArgs args)
Parameters
|
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs
args
|
Overrides
OnPointerPressed(PointerRoutedEventArgs)
Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs args)
Parameters
|
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs
args
|
Overrides
OnPointerReleased(PointerRoutedEventArgs)
Declaration
protected override void OnPointerReleased(PointerRoutedEventArgs args)
Parameters
|
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs
args
|
Overrides
OnUnloaded()
SetContentTemplate(DependencyObject, DataTemplate)
Declaration
public static void SetContentTemplate(DependencyObject instance, DataTemplate template)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
instance
|
|
Microsoft.UI.Xaml.DataTemplate
template
|
SetInteractionPoint(Point)
Declaration
protected void SetInteractionPoint(Point position)
Parameters
|
Windows.Foundation.Point
position
|
ShowToolTip()
Declaration
protected void ShowToolTip()
Events
ContextNeeded
Declaration
public event EventHandler<TooltipContextNeededEventArgs> ContextNeeded
Event Type
|
System.EventHandler<TooltipContextNeededEventArgs>
|