GrapeCity.Xaml.CalcEngine
IsEmpty Property (CalcGraph)


GrapeCity.CalcEngine Namespace > CalcGraph Class : IsEmpty Property
Gets whether current CalcGraph is empty or not.
Syntax
'Declaration
 
Public ReadOnly Property IsEmpty As Boolean
'Usage
 
Dim instance As CalcGraph
Dim value As Boolean
 
value = instance.IsEmpty
public bool IsEmpty {get;}
See Also

Reference

CalcGraph Class
CalcGraph Members