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.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
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
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()
OnDetached()
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
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
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>
|