The ChartDataContext type exposes the following members.
Properties
|
| Name | Description |
|---|
 | ClosestDataPoint |
Gets an object that contains the closest data point to the tap location
and the series object to which the data point belongs.
|
 | DataPointInfos |
Gets a list of data point infos each of which contains the closest data
point to the tap location and the point's corresponding series.
|
 | TouchLocation |
Gets the physical point (in coordinates, relative to the chart surface) this context is associated with.
|
See Also