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






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