ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.Chart Namespace / Palettes Class / IsExtended Method

In This Topic
    IsExtended Method
    In This Topic
    Checking the palette is extended from ColorBrewer https://colorbrewer2.org.
    Syntax
    'Declaration
     
    Public Shared Function IsExtended( _
       ByVal value As IEnumerable(Of String) _
    ) As Boolean
    public static bool IsExtended( 
       IEnumerable<string> value
    )

    Parameters

    value
    See Also