ChartHitInfo Properties
Contains information about a specific point within a chart.| Name | Description |
|---|---|
| Annotation | Gets an annotation which is located under the test point. |
| Axis | Gets an axis which is located under the test point. |
| AxisLabelItem | Gets an axis label item which is located under the test point. Inherited from ChartHitInfoBase. |
| AxisTitle | Gets an axis title which is located under the test point. Inherited from ChartHitInfoBase. |
| Chart | Gets a chart which is located under the test point. |
| ChartTitle | Gets a chart title which is located under the test point. |
| ConstantLine | Gets a constant line which is located under the test point. |
| CustomLegendItem | Gets a custom legend item which is located under the test point. Inherited from ChartHitInfoBase. |
| Diagram | Gets a diagram which is located under the test point. |
| FibonacciIndicator | Obsolete. Gets a Fibonacci Indicator which is located under the test point. |
| HitObject | Gets an object which represents the topmost visual element located under the test point. Inherited from ChartHitInfoBase. |
| HitObjects | Gets a collection of objects which represent all the visual elements located under the test point. Inherited from ChartHitInfoBase. |
| HitPoint | Gets the test point. Inherited from ChartHitInfoBase. |
| HitTest | Gets a value identifying the type of the visual element located under the test point. |
| Hyperlink | Returns a hyperlink which is located under the test point. |
| InAnnotation | Gets a value indicating whether the test point is within the annotation. |
| InAxis | Gets a value indicating whether the test point is within the axis. Inherited from ChartHitInfoBase. |
| InChart | Gets a value indicating whether the test point is within the chart. |
| InChartTitle | Gets a value indicating whether the test point is within the chart title. |
| InConstantLine | Gets a value indicating whether the test point is within the constant line. |
| InCustomLegendItem | Gets the value indicating whether or not the test point is within a custom legend item. Inherited from ChartHitInfoBase. |
| InDiagram | Gets a value indicating whether the test point is within the diagram. |
| Indicator | Gets an indicator which is located under the test point. |
| InFibonacciIndicator | Obsolete. Gets a value indicating whether the test point is within the Fibonacci Indicator. |
| InHyperlink | Gets a value indicating whether the test point is within a hyperlink. |
| InIndicator | Gets a value indicating whether the test point is within an indicator. |
| InLegend | Gets a value indicating whether the test point is within the legend. Inherited from ChartHitInfoBase. |
| InNonDefaultPane | Gets a value indicating whether the test point is within the ChartHitInfo.NonDefaultPane. |
| InPaneTitle | Returns the value that indicates whether the test point is within a pane title. |
| InRegressionLine | Obsolete. Gets a value indicating whether the test point is within the regression line. |
| InSeries | Gets a value indicating whether the test point is within the series. |
| InSeriesLabel | Gets a value indicating whether the test point is within the series label. |
| InSeriesPoint | Returns a value indicating whether the cursor is over a series point or not. |
| InSeriesTitle | Gets a value indicating whether the test point is within the series title. |
| InTrendLine | Obsolete. Gets a value indicating whether the test point is within the trendline. |
| Legend | Gets a legend which is located under the test point. |
| NonDefaultPane | Gets a non-default pane which is located under the test point. |
| PaneTitle | Returns a pane title that is located under the test point. |
| RegressionLine | Obsolete. Gets a regression line which is located under the test point. |
| Series | Gets an object which represents the topmost series located under the test point. |
| SeriesLabel | Gets an object which represents the topmost Series Labels located under the test point. |
| SeriesPoint | Gets an object which represents the topmost series point located under the test point. |
| SeriesTitle | Gets a series title which is located under the test point. |
| TrendLine | Obsolete. Gets a Trend Line which is located under the test point. |
See Also