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






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