Text
GraphObject
public
string Text
EX1
void GraphObject_Text_ex1() { GraphPage gp; gp.Create("origin"); GraphLayer gl(gp.GetName(),0); GraphObject grobj; // Get the graphic object "YL", which is the // the left Y-axis title: grobj = gl.GraphObjects("YL"); // Display its text: out_str(grobj.Text); }
The text of a text label. Read and Set access
origin.h