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






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