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






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