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

In This Topic
    ColorUnknown Property (ColorScale)
    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