wpf-devexpress-dot-xpf-dot-gauges-bf706a50.md
Contains information about a specific point within a linear gauge.
Namespace : DevExpress.Xpf.Gauges
Assembly : DevExpress.Xpf.Gauges.v25.2.dll
NuGet Package : DevExpress.Wpf.Gauges
public class LinearGaugeHitInfo :
GaugeHitInfoBase
Public Class LinearGaugeHitInfo
Inherits GaugeHitInfoBase
The following members return LinearGaugeHitInfo objects:
The LinearGaugeHitInfo object can be created by calling the linear gauge’s LinearGaugeControl.CalcHitInfo method. This method requires the test point or its coordinates as a parameter.
The LinearGaugeHitInfo class properties can be grouped into two categories:
Object GaugeHitInfoBase LinearGaugeHitInfo
See Also