ASP.NET MVC Controls | ComponentOne
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 Color) _
    ) As Boolean
    public static bool IsExtended( 
       IEnumerable<Color> value
    )

    Parameters

    value
    See Also