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


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