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






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