Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / SunburstSeries Class / Count Property
Example


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