Back to Devexpress

ChartHitInfoBase Properties

wpf-devexpress-dot-xpf-dot-charts-dot-charthitinfobase-dot-underscore-properties.md

latest4.0 KB
Original Source

ChartHitInfoBase Properties

The base class for all hit test information storages.

NameDescription
AnnotationReturns the annotation located under the test point.
AxisReturns the axis located under the test point.
AxisLabelReturns the axis label located under the test point. Inherited from HitInfoBase.
AxisTitleReturns the axis title located under the test point. Inherited from HitInfoBase.
CustomLegendItemReturns the custom legend item located under the test point. Inherited from HitInfoBase.
InAnnotationReturns the value indicating whether the test point is within an annotation.
InAxisReturns the value indicating whether the test point is within an axis.
InAxisLabelReturns the value indicating whether the test point is within an axis label. Inherited from HitInfoBase.
InAxisTitleReturns the value indicating whether the test point is within an axis title. Inherited from HitInfoBase.
InCustomLegendItemReturns the value indicating whether the test point is within a custom legend item. Inherited from HitInfoBase.
InLegendReturns the value indicating whether the test point is within a legend.
InSeriesLabelReturns the value indicating whether the test point is within a series point label.
InTitleReturns the value indicating whether the test point is within a chart title or a series title.
LegendReturns the legend located under the test point.
SeriesLabelReturns the series label located under the test point.
TitleReturns the series title or chart title located under the test point.

See Also

ChartHitInfoBase Class

ChartHitInfoBase Members

DevExpress.Xpf.Charts Namespace