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






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