ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ColorScale Class / ColorUnknown Property

In This Topic
    ColorUnknown Property
    In This Topic
    Get or sets the color for undefined values (NaN or undefined).
    Syntax
    'Declaration
     
    
    Public Property ColorUnknown As String
    public string ColorUnknown {get; set;}
    See Also