New to Telerik UI for .NET MAUIStart a free 30-day trial

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 ChartElement.OnPropertyChanged(string)ChartElement.Key

Constructors

C#
public ChartTrackBallBehavior()

Fields

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; }