Provides behavior for displaying a trackball in a chart, including options for showing track information and intersection points.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
public class ChartTrackBallBehavior : ChartBehavior
Inheritance: objectChartElementChartBehaviorChartTrackBallBehavior
Inherited Members
Constructors
C#
public ChartTrackBallBehavior()
Fields
ShowIntersectionPointsProperty
BindableProperty
Identifies the ShowIntersectionPoints property.
C#
public static readonly BindableProperty ShowIntersectionPointsProperty
ShowTrackInfoProperty
BindableProperty
Identifies the ShowTrackInfo property.
C#
public static readonly BindableProperty ShowTrackInfoProperty
Properties
Gets or sets a value indicating whether a visual information for all the closest data points will be displayed.
C#
public bool ShowIntersectionPoints { get; set; }
Gets or sets a value indicating whether a visual information for all the closest data points will be displayed.
C#
public bool ShowTrackInfo { get; set; }