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






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