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






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