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






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