[]
        
(Showing Draft Content)

C1.Blazor.Gauge.C1RadialGauge.GetValueFromPoint

GetValueFromPoint Method

GetValueFromPoint(C1Point)

Get gauge value from the point.

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

The tapped point.

Returns
Type Description
double

The gauge value.

Overrides