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






In This Topic
    Max Property (Gauge)
    In This Topic
    Gets or sets the maximum value that can be displayed on the gauge.
    Syntax
    'Declaration
     
    
    <C1IgnoreAttribute()>
    Public Property Max As System.Double
    'Usage
     
    
    Dim instance As Gauge
    Dim value As System.Double
     
    instance.Max = value
     
    value = instance.Max
    [C1Ignore()]
    public System.double Max {get; set;}
    public read-write property Max: System.Double; 
    C1IgnoreAttribute()
    public function get,set Max : System.double
    [C1Ignore()]
    public: __property System.double get_Max();
    public: __property void set_Max( 
       System.double value
    );
    [C1Ignore()]
    public:
    property System.double Max {
       System.double get();
       void set (    System.double value);
    }
    See Also