Class ChartTrackBallBehavior
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class ChartTrackBallBehavior : ChartBehavior, IParentElement, IChildElement
Constructors
ChartTrackBallBehavior()
Declaration
public ChartTrackBallBehavior()
Fields
ShowIntersectionPointsProperty
Identifies the Show
Declaration
public static readonly BindableProperty ShowIntersectionPointsProperty
Field Value
Microsoft.
|
ShowTrackInfoProperty
Identifies the Show
Declaration
public static readonly BindableProperty ShowTrackInfoProperty
Field Value
Microsoft.
|
Properties
ShowIntersectionPoints
Gets or sets a value indicating whether a visual information for all the closest data points will be displayed.
Declaration
public bool ShowIntersectionPoints { get; set; }
Property Value
System.
|
ShowTrackInfo
Gets or sets a value indicating whether a visual information for all the closest data points will be displayed.
Declaration
public bool ShowTrackInfo { get; set; }
Property Value
System.
|