ClassChartTrackBallBehavior
Class
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:
cs-api-definition
public class ChartTrackBallBehavior : ChartBehavior
Inheritance: objectChartElementChartBehaviorChartTrackBallBehavior
Inherited Members
Constructors
ChartTrackBallBehavior()
Declaration
cs-api-definition
public ChartTrackBallBehavior()
Fields
ShowIntersectionPointsProperty
Identifies the ShowIntersectionPoints property.
Declaration
cs-api-definition
public static readonly BindableProperty ShowIntersectionPointsProperty
Field Value
BindableProperty
ShowTrackInfoProperty
Identifies the ShowTrackInfo property.
Declaration
cs-api-definition
public static readonly BindableProperty ShowTrackInfoProperty
Field Value
BindableProperty
Properties
ShowIntersectionPoints
Gets or sets a value indicating whether a visual information for all the closest data points will be displayed.
ShowTrackInfo
Gets or sets a value indicating whether a visual information for all the closest data points will be displayed.