[]
        
(Showing Draft Content)

C1.Android.Chart.ChartHitTestInfo

ChartHitTestInfo Class

Contains information about a part of a FlexChart control at a specified coordinate.

Inheritance
ChartHitTestInfo
Namespace: C1.Android.Chart
Assembly: C1.Android.Chart.dll
Syntax
public class ChartHitTestInfo : Object

Properties

Name Description
ChartElement

Gets the chart element at the specified coordinates.

Distance

Gets the distance from the closest data point.

Item

Gets the data object that corresponds to the closest data point.

Percentage

Gets the percentage of the closest data point.

Point
PointIndex

Gets the data point index at the specified coordinates.

Series

Gets the chart series at the specified coordinates.

X

Gets the x-value of the closest data point.

Y

Gets the y-value of the closest data point.

Methods

Name Description
Format(string)

Formats the string.