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






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