Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / IGroupMapAreaSupport Interface / Groupped Property


In This Topic
    Groupped Property
    In This Topic
    Gets a value that indicates whether this IGroupMapAreaSupport is grouped.
    Syntax
    'Declaration
     
    
    ReadOnly Property Groupped As Boolean
    'Usage
     
    
    Dim instance As IGroupMapAreaSupport
    Dim value As Boolean
     
    value = instance.Groupped
    bool Groupped {get;}

    Property Value

    true if grouped; otherwise, false.
    See Also