ASP.NET Pack Programmer's Guide
Chart.IsEmptyList Method
See Also
 





Checks when a list has no members.

Namespace: MindFusion.Charting.WebForms
Package: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

protected bool IsEmptyList (
    IList list
)

Visual Basic  Copy Code

Protected Function IsEmptyList( _
    list As IList _
) As Boolean

 Parameters

list

The list to check

 Return Value

true if the list is empty; otherwise false

 See Also

Chart Members
Chart Class
MindFusion.Charting.WebForms Namespace