Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / StringCollectionItem Class / StringCollectionItem Constructor / StringCollectionItem Constructor()
Example


In This Topic
    StringCollectionItem Constructor()
    In This Topic
    Creates a new collection of string values.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New StringCollectionItem()
    public StringCollectionItem()
    Example
    This example creates a treemap chart.
    See Also