ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Chart Namespace / SequentialMultiPalettes Class / ListSequentialMultiPalettes Property






In This Topic
    ListSequentialMultiPalettes Property
    In This Topic
    List SequentialMulti Palettes supported.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ListSequentialMultiPalettes As System.Collections.Generic.IEnumerable(Of IEnumerable(Of String))
    'Usage
     
    
    Dim instance As SequentialMultiPalettes
    Dim value As System.Collections.Generic.IEnumerable(Of IEnumerable(Of String))
     
    value = instance.ListSequentialMultiPalettes
    public System.Collections.Generic.IEnumerable<IEnumerable<string>> ListSequentialMultiPalettes {get;}
    public read-only property ListSequentialMultiPalettes: System.Collections.Generic.IEnumerable; 
    public function get ListSequentialMultiPalettes : System.Collections.Generic.IEnumerable
    public: __property System.Collections.Generic.IEnumerable<IEnumerable<string*>*>* get_ListSequentialMultiPalettes();
    public:
    property System.Collections.Generic.IEnumerable<IEnumerable<String^>^>^ ListSequentialMultiPalettes {
       System.Collections.Generic.IEnumerable<IEnumerable<String^>^>^ get();
    }
    See Also