skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class ChartTooltipBehavior

Inheritance
System.Object
ChartBehavior
ChartTooltipBehavior
Inherited Members
ChartBehavior.OnTapped(TappedRoutedEventArgs)
ChartBehavior.OnDoubleTapped(DoubleTappedRoutedEventArgs)
ChartBehavior.OnManipulationStarted(ManipulationStartedRoutedEventArgs)
ChartBehavior.OnManipulationCompleted(ManipulationCompletedRoutedEventArgs)
ChartBehavior.OnPointerWheelChanged(PointerRoutedEventArgs)
ChartBehavior.OnChartUIUpdated()
ChartBehavior.OnAttached()
ChartBehavior.OnDetached()
ChartBehavior.Chart
ChartBehavior.AdornerLayer
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
ChartBehavior.GetDataContext(Point, Boolean)

HideTooltip()

Declaration
protected void HideTooltip()

OnHoldCompleted(HoldingRoutedEventArgs)

Declaration
protected override void OnHoldCompleted(HoldingRoutedEventArgs args)
Parameters
Microsoft.UI.Xaml.Input.HoldingRoutedEventArgs args

Overrides
ChartBehavior.OnHoldCompleted(HoldingRoutedEventArgs)

OnHoldStarted(HoldingRoutedEventArgs)

Declaration
protected override void OnHoldStarted(HoldingRoutedEventArgs args)
Parameters
Microsoft.UI.Xaml.Input.HoldingRoutedEventArgs args

Overrides
ChartBehavior.OnHoldStarted(HoldingRoutedEventArgs)

OnLoaded()

Declaration
protected override void OnLoaded()
Overrides
ChartBehavior.OnLoaded()

OnManipulationDelta(ManipulationDeltaRoutedEventArgs)

Declaration
protected override void OnManipulationDelta(ManipulationDeltaRoutedEventArgs args)
Parameters
Microsoft.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs args

Overrides
ChartBehavior.OnManipulationDelta(ManipulationDeltaRoutedEventArgs)

OnPointerEntered(PointerRoutedEventArgs)

Declaration
protected override void OnPointerEntered(PointerRoutedEventArgs args)
Parameters
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs args

Overrides
ChartBehavior.OnPointerEntered(PointerRoutedEventArgs)

OnPointerExited(PointerRoutedEventArgs)

Declaration
protected override void OnPointerExited(PointerRoutedEventArgs args)
Parameters
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs args

Overrides
ChartBehavior.OnPointerExited(PointerRoutedEventArgs)

OnPointerMoved(PointerRoutedEventArgs)

Declaration
protected override void OnPointerMoved(PointerRoutedEventArgs args)
Parameters
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs args

Overrides
ChartBehavior.OnPointerMoved(PointerRoutedEventArgs)

OnPointerPressed(PointerRoutedEventArgs)

Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs args)
Parameters
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs args

Overrides
ChartBehavior.OnPointerPressed(PointerRoutedEventArgs)

OnPointerReleased(PointerRoutedEventArgs)

Declaration
protected override void OnPointerReleased(PointerRoutedEventArgs args)
Parameters
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs args

Overrides
ChartBehavior.OnPointerReleased(PointerRoutedEventArgs)

OnUnloaded()

Declaration
protected override void OnUnloaded()
Overrides
ChartBehavior.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>

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
Support Resources
  • Knowledge Base
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.