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






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