ClassDataPointInfo
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:
cs-api-definition
public class DataPointInfo
Inheritance: objectDataPointInfo
Properties
ContainsTouchLocation
Gets a value indicating whether the layout slot of the data point contains the touch location.
DataPoint
Gets the data point in the series object that is closest to the tap location.
DisplayContent
Gets or sets the object that visually represents the value of the associated point.
DisplayHeader
Gets or sets the name of the series which host the associated data point.
Series
Gets the series object that contains the data point.