[]
        
(Showing Draft Content)

C1.Blazor.Gauge.C1Gauge.Origin

Origin Property

Origin

Gets or sets the starting point used for painting the range.

Declaration
[Parameter]
public double Origin { get; set; }
<Parameter>
Public Property Origin As Double
Remarks

By default, this property is set to double.Nan, which causes the value range to start at the gauge's minimum value, or zero if the minimum is less than zero.