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






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