[]
Gets or sets the starting point used for painting the range.
public double? Origin { get; set; }
Public Property Origin As Double?
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.