Function
Clears the graph display data.
Format
Ret = dncGraph1.ClearData()
Parameters
None
Return value
Ret [ C#: int ] [ VB.NET: Integer ]
Value |
Description |
0 |
Normality completion |
Other errors (see: Error code details)
Remarks
Clears the graph display data.
Example
Clears the graph display data.
C# |
int Ret
|
VB.NET |
Dim Ret As Integer
|