ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / Gauge Class / Origin Property

In This Topic
    Origin Property (Gauge)
    In This Topic
    Gets or sets the starting point used for painting the range.
    Syntax
    'Declaration
     
    Public Property Origin As Nullable(Of Double)
    public Nullable<double> Origin {get; set;}
    Remarks
    By default, this property is set to null, which causes the value range to start at the gauge's minimum value, or zero if the minimum is less than zero.
    See Also