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






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