MindFusion WinForms Programmer's Guide
Chart.IsEmptyList Method
See Also
 





Checks when a list has no members

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 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.WinForms Namespace