ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / RadialGauge Class
Members






In This Topic
    RadialGauge Class
    In This Topic
    The RadialGauge displays a circular scale with an indicator
    Object Model
    RadialGauge Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class RadialGauge 
       Inherits Gauge
       Implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As RadialGauge
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class RadialGauge : Gauge, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class RadialGauge = class(Gauge, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)
    ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])
    public class RadialGauge extends Gauge implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public __gc class RadialGauge : public Gauge, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public ref class RadialGauge : public Gauge, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.Gauge
                C1.Web.Mvc.RadialGauge

    See Also