Skip to main content

ChartHitInfo Members

In This Article
Contains information about a specific point within a chart.

#Properties

Name Description
Axis Gets an axis which is located under the test point.
AxisLabel Gets axis label which are located under the test point.
AxisTitle Gets an axis title which is located under the test point.
ConstantLine Gets a constant line which is located under the test point.
CustomAxisLabel Gets a custom axis label which is located under the test point.
Diagram Gets a diagram which is located under the test point.
InAxis Gets a value indicating whether the test point is within an axis.
InAxisLabel Gets a value indicating whether the test point is within an axis label.
InAxisTitle Gets a value indicating whether the test point is within an axis title.
InConstantLine Gets a value indicating whether the test point is within a constant line.
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 Gets a value indicating whether the test point is within the legend.
InPane Gets a value indicating whether the test point is within a Pane.
InSeries Gets a value indicating whether the test point is within a series.
InSeriesLabel Gets a value indicating whether the test point is within series labels.
InStrip Gets a value indicating whether the test point is within a strip.
InTitle Gets a value indicating whether the test point is within a chart or series title.
Legend Gets the legend which is located under the test point.
Pane Gets a pane which is located under the test point.
Series Gets the series which is located under the test point.
SeriesLabel Gets the series labels which are located under the test point.
SeriesPoint Gets a series point which is located under the test point.
Strip Gets a strip which is located under the test point.
Title Gets a title which is located under the test point.

#Methods
Show Inherited Hide Inherited

Name Description
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also