ChartHitInfo Properties
Contains information about a specific point within a chart.| Name | Description |
|---|---|
| Annotation | Returns the annotation located under the test point. Inherited from ChartHitInfoBase. |
| Axis | Returns the axis located under the test point. Inherited from ChartHitInfoBase. |
| AxisLabel | Returns the axis label located under the test point. Inherited from HitInfoBase. |
| AxisTitle | Returns the axis title located under the test point. Inherited from HitInfoBase. |
| BreadcrumbItemPresentation | Returns a breadcrumb item that is located under the test point. |
| ChartBreadcrumbControl | Returns a chart breadcrumb navigation bar that is located under the test point. |
| ConstantLine | Gets a constant line which is located under the test point. |
| ConstantLineTitle | Returns a constant line title that is located under the test point. |
| CustomAxisLabel | Gets a custom axis label which is located under the test point. |
| CustomLegendItem | Returns the custom legend item located under the test point. Inherited from HitInfoBase. |
| Diagram | Gets a diagram which is located under the test point. |
| InAnnotation | Returns the value indicating whether the test point is within an annotation. Inherited from ChartHitInfoBase. |
| InAxis | Returns the value indicating whether the test point is within an axis. Inherited from ChartHitInfoBase. |
| InAxisLabel | Returns the value indicating whether the test point is within an axis label. Inherited from HitInfoBase. |
| InAxisTitle | Returns the value indicating whether the test point is within an axis title. Inherited from HitInfoBase. |
| InConstantLine | Gets a value indicating whether the test point is within a constant line. |
| InConstantLineTitle | Returns a value that indicates whether the test point is in a constant line title. |
| InCustomLegendItem | Returns the value indicating whether the test point is within a custom legend item. Inherited from HitInfoBase. |
| InDiagram | Gets a value indicating whether the test point is within a diagram. |
| Indicator | Gets an indicator which is located under the test point. |
| InIndicator | Gets a value indicating whether the test point is within an indicator. |
| InLegend | Returns the value indicating whether the test point is within a legend. Inherited from ChartHitInfoBase. |
| InPane | Gets a value indicating whether the test point is within a pane. |
| InPaneTitle | Returns the value that indicates whether the test point is within a pane title. |
| InPieTotalLabel | Gets a value indicating whether the test point is within a Pie series’ total label. |
| InSeries | Gets a value indicating whether the test point is within a series. |
| InSeriesLabel | Returns the value indicating whether the test point is within a series point label. Inherited from ChartHitInfoBase. |
| InSeriesPoint | Gets a value that indicates whether the test point is within a series point. |
| InStackedBarTotalLabel | Returns the value indicating whether the test point is within a total label. |
| InStrip | Gets a value indicating whether the test point is within a strip. |
| InTitle | Returns the value indicating whether the test point is within a chart title or a series title. Inherited from ChartHitInfoBase. |
| Legend | Returns the legend located under the test point. Inherited from ChartHitInfoBase. |
| Pane | Gets a pane which is located under the test point. |
| PaneTitle | Returns a pane title that is located under the test point. |
| PieTotalLabel | Returns the Pie series’ total label that is under the test point. |
| Series | Gets the series which is located under the test point. |
| SeriesLabel | Returns the series label located under the test point. Inherited from ChartHitInfoBase. |
| SeriesPoint | Gets a series point which is located under the test point. |
| StackedBarTotalLabel | Returns the topmost total label that is under the test point. |
| Strip | Gets a strip which is located under the test point. |
| Title | Returns the series title or chart title located under the test point. Inherited from ChartHitInfoBase. |
See Also