ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ColorScale Class / ColorScale Constructor
The HtmlHelper instance.

In This Topic
    ColorScale Constructor
    In This Topic
    Creates one ColorScale instance.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal helper As HtmlHelper _
    )
    public ColorScale( 
       HtmlHelper helper
    )

    Parameters

    helper
    The HtmlHelper instance.
    See Also