ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Chart Namespace / DivergingPalettes Class / RdYlBu Field






In This Topic
    RdYlBu Field
    In This Topic
    Diverging RdYlBu palette.
    Syntax
    'Declaration
     
    
    Public ReadOnly RdYlBu As System.Collections.Generic.IEnumerable(Of String)
    'Usage
     
    
    Dim instance As DivergingPalettes
    Dim value As System.Collections.Generic.IEnumerable(Of String)
     
    value = instance.RdYlBu
    public readonly System.Collections.Generic.IEnumerable<string> RdYlBu
    public field RdYlBu: System.Collections.Generic.IEnumerable; readonly 
    public var RdYlBu : System.Collections.Generic.IEnumerable;
    public: readonly System.Collections.Generic.IEnumerable<string*>* RdYlBu
    public:
    readonly System.Collections.Generic.IEnumerable<String^>^ RdYlBu
    See Also