Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

LinearGaugeHitInfo Properties

Contains information about a specific point within a linear gauge.
Name Description
InLevelBar Gets a value indicating whether the test point is within a level bar.
InMarker Gets a value indicating whether the test point is within a marker.
InRange Gets a value indicating whether the test point is within a range.
InRangeBar Gets a value indicating whether the test point is within a range bar.
InScale Gets a value indicating whether the test point is within a linear scale.
LevelBar Gets a level bar which is located under the test point.
Marker Gets a marker which is located under the test point.
Range Gets a range which is located under the test point.
RangeBar Gets a range bar which is located under the test point.
Scale Gets a scale which is located under the test point.
See Also