Class ChartTrackBallBehavior
Inherited Members
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.
|
IntersectionTemplateProperty
Declaration
public static readonly DependencyProperty IntersectionTemplateProperty
Field Value
Microsoft.
|
LineStyleProperty
Declaration
public static readonly DependencyProperty LineStyleProperty
Field Value
Microsoft.
|
TrackInfoTemplateProperty
Declaration
public static readonly DependencyProperty TrackInfoTemplateProperty
Field Value
Microsoft.
|
Properties
InfoMode
InfoStyle
Declaration
public Style InfoStyle { get; set; }
Property Value
Microsoft.
|
LineStyle
Declaration
public Style LineStyle { get; set; }
Property Value
Microsoft.
|
ShowInfo
Declaration
public bool ShowInfo { get; set; }
Property Value
System.
|
ShowIntersectionPoints
Declaration
public bool ShowIntersectionPoints { get; set; }
Property Value
System.
|
SnapMode
Methods
GetIntersectionTemplate(DependencyObject)
Declaration
public static DataTemplate GetIntersectionTemplate(DependencyObject instance)
Parameters
Microsoft.
|
Returns
Microsoft.
|
GetTrackInfoTemplate(DependencyObject)
Declaration
public static DataTemplate GetTrackInfoTemplate(DependencyObject instance)
Parameters
Microsoft.
|
Returns
Microsoft.
|
OnChartUIUpdated()
OnDetached()
OnHoldCompleted(HoldingRoutedEventArgs)
Declaration
protected override void OnHoldCompleted(HoldingRoutedEventArgs args)
Parameters
Microsoft.
|
Overrides
OnHoldStarted(HoldingRoutedEventArgs)
Declaration
protected override void OnHoldStarted(HoldingRoutedEventArgs args)
Parameters
Microsoft.
|
Overrides
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
SetIntersectionTemplate(DependencyObject, DataTemplate)
Declaration
public static void SetIntersectionTemplate(DependencyObject instance, DataTemplate value)
Parameters
Microsoft.
|
Microsoft.
|
SetTrackInfoTemplate(DependencyObject, DataTemplate)
Declaration
public static void SetTrackInfoTemplate(DependencyObject instance, DataTemplate value)
Parameters
Microsoft.
|
Microsoft.
|
Events
TrackInfoUpdated
Declaration
public event EventHandler<TrackBallInfoEventArgs> TrackInfoUpdated
Event Type
System.
|