Class
DataPointInfo

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.

Declaration

cs-api-definition
public bool ContainsTouchLocation { get; }

Property Value

bool

DataPoint

Gets the data point in the series object that is closest to the tap location.

Declaration

cs-api-definition
public DataPoint DataPoint { get; }

Property Value

DataPoint

DisplayContent

Gets or sets the object that visually represents the value of the associated point.

Declaration

cs-api-definition
public object DisplayContent { get; set; }

Property Value

object

DisplayHeader

Gets or sets the name of the series which host the associated data point.

Declaration

cs-api-definition
public object DisplayHeader { get; set; }

Property Value

object

Series

Gets the series object that contains the data point.

Declaration

cs-api-definition
public ChartSeries Series { get; }

Property Value

ChartSeries