DataPointInfo
Class
This class contains the closest data point to a tap location as well as the point's corresponding series object.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class DataPointInfo
Inheritance: objectDataPointInfo
Properties
Gets a value indicating whether the layout slot of the data point contains the touch location.
C#
public bool ContainsTouchLocation { get; }
Gets the data point in the series object that is closest to the tap location.
C#
public DataPoint DataPoint { get; }
Gets or sets the object that visually represents the value of the associated point.
C#
public object DisplayContent { get; set; }
Gets or sets the name of the series which host the associated data point.
C#
public object DisplayHeader { get; set; }
Gets the series object that contains the data point.
C#
public ChartSeries Series { get; }