The 'MultiGraphSetDataSize' function changes the 'Show Data' property of Multi-graph object.
void @MultiGraphSetDataSize(string class_name, int size);
Parameters
string class_name : class name of Multi-graph object
int size : size that you want to change
Return Value
none
Example
@MultiGraphSetDataSize("MultiGraph1", 200);
Description : The 'Show Data' property of 'MultiGraph1' is set to '200'.
Reference