The 'MultiGraphSetBackColor' function changes the 'BackColor' property of Multi-graph object.
void @MultiGraphSetBackColor(string class_name, long color);
Parameters
string class_name : class name of Multi-graph object
long color : color that you want to change
Return Value
none
Example
@MultiGraphSetBackColor("MultiGraph1", @RGB(255, 0, 0));
Description : The 'BackColor' property of 'MultiGraph1' is set to the red.
Reference