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


In This Topic
    Count Property (PlotAreaCollection)
    In This Topic
    Gets the number of plot areas in the collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As Integer
    'Usage
     
    Dim instance As PlotAreaCollection
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}
    See Also