Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / TreemapSeries Class / Count Property
Example


In This Topic
    Count Property (TreemapSeries)
    In This Topic
    Gets the number of points in the series.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Count As Integer
    'Usage
     
    Dim instance As TreemapSeries
    Dim value As Integer
     
    value = instance.Count
    public override int Count {get;}
    Example
    This example creates a treemap chart.
    See Also