Class
ChartTrackBallBehavior

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

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.

Declaration

cs-api-definition
public bool ShowIntersectionPoints { get; set; }

Property Value

bool

ShowTrackInfo

Gets or sets a value indicating whether a visual information for all the closest data points will be displayed.

Declaration

cs-api-definition
public bool ShowTrackInfo { get; set; }

Property Value

bool