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.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.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.
Methods
ToString()
Returns a string that represents the current object.