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 ChartTrackBallBehavior

Inheritance
System.Object
ChartBehavior
ChartTrackBallBehavior
Inherited Members
ChartBehavior.OnTapped(TappedRoutedEventArgs)
ChartBehavior.OnDoubleTapped(DoubleTappedRoutedEventArgs)
ChartBehavior.OnManipulationStarted(ManipulationStartedRoutedEventArgs)
ChartBehavior.OnManipulationCompleted(ManipulationCompletedRoutedEventArgs)
ChartBehavior.OnPointerWheelChanged(PointerRoutedEventArgs)
ChartBehavior.GetDataContext(Point, Boolean)
ChartBehavior.OnLoaded()
ChartBehavior.OnUnloaded()
ChartBehavior.OnAttached()
ChartBehavior.Chart
ChartBehavior.AdornerLayer
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll

Syntax

public class ChartTrackBallBehavior : ChartBehavior

Constructors

ChartTrackBallBehavior()

Declaration
public ChartTrackBallBehavior()

Fields

InfoStyleProperty

Declaration
public static readonly DependencyProperty InfoStyleProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

IntersectionTemplateProperty

Declaration
public static readonly DependencyProperty IntersectionTemplateProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

LineStyleProperty

Declaration
public static readonly DependencyProperty LineStyleProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

TrackInfoTemplateProperty

Declaration
public static readonly DependencyProperty TrackInfoTemplateProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

Properties

InfoMode

Declaration
public TrackInfoMode InfoMode { get; set; }
Property Value
TrackInfoMode

InfoStyle

Declaration
public Style InfoStyle { get; set; }
Property Value
Microsoft.UI.Xaml.Style

LineStyle

Declaration
public Style LineStyle { get; set; }
Property Value
Microsoft.UI.Xaml.Style

ShowInfo

Declaration
public bool ShowInfo { get; set; }
Property Value
System.Boolean

ShowIntersectionPoints

Declaration
public bool ShowIntersectionPoints { get; set; }
Property Value
System.Boolean

SnapMode

Declaration
public TrackBallSnapMode SnapMode { get; set; }
Property Value
TrackBallSnapMode

Methods

GetIntersectionTemplate(DependencyObject)

Declaration
public static DataTemplate GetIntersectionTemplate(DependencyObject instance)
Parameters
Microsoft.UI.Xaml.DependencyObject instance

Returns
Microsoft.UI.Xaml.DataTemplate

GetTrackInfoTemplate(DependencyObject)

Declaration
public static DataTemplate GetTrackInfoTemplate(DependencyObject instance)
Parameters
Microsoft.UI.Xaml.DependencyObject instance

Returns
Microsoft.UI.Xaml.DataTemplate

OnChartUIUpdated()

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

OnDetached()

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

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)

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)

SetIntersectionTemplate(DependencyObject, DataTemplate)

Declaration
public static void SetIntersectionTemplate(DependencyObject instance, DataTemplate value)
Parameters
Microsoft.UI.Xaml.DependencyObject instance

Microsoft.UI.Xaml.DataTemplate value

SetTrackInfoTemplate(DependencyObject, DataTemplate)

Declaration
public static void SetTrackInfoTemplate(DependencyObject instance, DataTemplate value)
Parameters
Microsoft.UI.Xaml.DependencyObject instance

Microsoft.UI.Xaml.DataTemplate value

Events

TrackInfoUpdated

Declaration
public event EventHandler<TrackBallInfoEventArgs> TrackInfoUpdated
Event Type
System.EventHandler<TrackBallInfoEventArgs>

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.