[]
        
(Showing Draft Content)

C1.Blazor.Gauge.C1Gauge.GetValueFromPoint

GetValueFromPoint Method

GetValueFromPoint(C1Point)

Get gauge value from the point.

Declaration
protected abstract double GetValueFromPoint(C1Point point)
Protected MustOverride Function GetValueFromPoint(point As C1Point) As Double
Parameters
Type Name Description
C1Point point

The tapped point.

Returns
Type Description
double

The gauge value.