Back to Devexpress

ChartHitInfo Members

corelibraries-devexpress-dot-xtracharts-dot-charthitinfo-dot-underscore-members.md

latest12.6 KB
Original Source

ChartHitInfo Members

Contains information about a specific point within a chart.

Properties

NameDescription
AnnotationGets an annotation which is located under the test point.
AxisGets an axis which is located under the test point.
AxisLabelItemGets an axis label item which is located under the test point. Inherited from ChartHitInfoBase.
AxisTitleGets an axis title which is located under the test point. Inherited from ChartHitInfoBase.
ChartGets a chart which is located under the test point.
ChartTitleGets a chart title which is located under the test point.
ConstantLineGets a constant line which is located under the test point.
CustomLegendItemGets a custom legend item which is located under the test point. Inherited from ChartHitInfoBase.
DiagramGets a diagram which is located under the test point.
FibonacciIndicatorObsolete. Gets a Fibonacci Indicator which is located under the test point.
HitObjectGets an object which represents the topmost visual element located under the test point. Inherited from ChartHitInfoBase.
HitObjectsGets a collection of objects which represent all the visual elements located under the test point. Inherited from ChartHitInfoBase.
HitPointGets the test point. Inherited from ChartHitInfoBase.
HitTestGets a value identifying the type of the visual element located under the test point.
HyperlinkReturns a hyperlink which is located under the test point.
InAnnotationGets a value indicating whether the test point is within the annotation.
InAxisGets a value indicating whether the test point is within the axis. Inherited from ChartHitInfoBase.
InChartGets a value indicating whether the test point is within the chart.
InChartTitleGets a value indicating whether the test point is within the chart title.
InConstantLineGets a value indicating whether the test point is within the constant line.
InCustomLegendItemGets the value indicating whether or not the test point is within a custom legend item. Inherited from ChartHitInfoBase.
InDiagramGets a value indicating whether the test point is within the diagram.
IndicatorGets an indicator which is located under the test point.
InFibonacciIndicatorObsolete. Gets a value indicating whether the test point is within the Fibonacci Indicator.
InHyperlinkGets a value indicating whether the test point is within a hyperlink.
InIndicatorGets a value indicating whether the test point is within an indicator.
InLegendGets a value indicating whether the test point is within the legend. Inherited from ChartHitInfoBase.
InNonDefaultPaneGets a value indicating whether the test point is within the ChartHitInfo.NonDefaultPane.
InPaneTitleReturns the value that indicates whether the test point is within a pane title.
InRegressionLineObsolete. Gets a value indicating whether the test point is within the regression line.
InSeriesGets a value indicating whether the test point is within the series.
InSeriesLabelGets a value indicating whether the test point is within the series label.
InSeriesPointReturns a value indicating whether the cursor is over a series point or not.
InSeriesTitleGets a value indicating whether the test point is within the series title.
InTrendLineObsolete. Gets a value indicating whether the test point is within the trendline.
LegendGets a legend which is located under the test point.
NonDefaultPaneGets a non-default pane which is located under the test point.
PaneTitleReturns a pane title that is located under the test point.
RegressionLineObsolete. Gets a regression line which is located under the test point.
SeriesGets an object which represents the topmost series located under the test point.
SeriesLabelGets an object which represents the topmost Series Labels located under the test point.
SeriesPointGets an object which represents the topmost series point located under the test point.
SeriesTitleGets a series title which is located under the test point.
TrendLineObsolete. Gets a Trend Line which is located under the test point.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

ChartHitInfo Class

DevExpress.XtraCharts Namespace