Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / StringCollection Class / DataSource Property


In This Topic
    DataSource Property (StringCollection)
    In This Topic
    Gets or sets the data source for the string values.
    Syntax
    'Declaration
     
    Public Property DataSource As Object
    'Usage
     
    Dim instance As StringCollection
    Dim value As Object
     
    instance.DataSource = value
     
    value = instance.DataSource
    public object DataSource {get; set;}
    See Also