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