Class ChartTrackBallBehavior
Namespace: Telerik.XamarinForms.Chart
Assembly: Telerik.XamarinForms.Chart.dll
Syntax
public class ChartTrackBallBehavior : ChartBehavior, IParentElement, IChildElement
Constructors
ChartTrackBallBehavior()
Declaration
public ChartTrackBallBehavior()
Fields
ShowIntersectionPointsProperty
Identifies the ShowIntersectionPoints property.
Declaration
public static readonly BindableProperty ShowIntersectionPointsProperty
Field Value
Xamarin.Forms.BindableProperty
|
ShowTrackInfoProperty
Identifies the ShowTrackInfo property.
Declaration
public static readonly BindableProperty ShowTrackInfoProperty
Field Value
Xamarin.Forms.BindableProperty
|
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.Boolean
|
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.Boolean
|