ASP.NET Core 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 System.Collections.Generic.IEnumerable(Of String) _
    ) As System.Boolean
    'Usage
     
    
    Dim value As System.Collections.Generic.IEnumerable(Of String)
    Dim value As System.Boolean
     
    value = Palettes.IsExtended(value)
    public static System.bool IsExtended( 
       System.Collections.Generic.IEnumerable<string> value
    )
    public function IsExtended( 
        value: System.Collections.Generic.IEnumerable
    ): System.Boolean; static; 
    public static function IsExtended( 
       value : System.Collections.Generic.IEnumerable
    ) : System.boolean;
    public: static System.bool IsExtended( 
       System.Collections.Generic.IEnumerable<string*>* value
    ) 
    public:
    static System.bool IsExtended( 
       System.Collections.Generic.IEnumerable<String^>^ value
    ) 

    Parameters

    value
    See Also