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






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