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