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