The 'MultiGraphGetDataSize' function returns the 'Show Data' property of Multi-graph object.
int @MultiGraphGetDataSize(string class_name);
Parameters
string class_name : class name of Multi-graph object
Return Value
'Show Data' property
Example
@MultiGraphSetDataSize("MultiGraph1", 200);
count = @MultiGraphGetDataSize("MultiGraph1");
Description : Because the 'Show Data property of 'MultiGraph1' is set to '200' by the first line, '200' is stored in the variable named 'count'.
Reference