'Declaration ReadOnly Property IsEmpty As Boolean
'Usage Dim instance As ISparklineContainer Dim value As Boolean value = instance.IsEmpty
bool IsEmpty {get;}
Property Value
true
if this instance is empty; otherwise, false
.'Declaration ReadOnly Property IsEmpty As Boolean
'Usage Dim instance As ISparklineContainer Dim value As Boolean value = instance.IsEmpty
bool IsEmpty {get;}
true
if this instance is empty; otherwise, false
.