DisplayText
GraphObject
public
string DisplayText
EX1
void GraphObject_DisplayText_ex1() { GraphLayer gl = Project.ActiveLayer(); if( !gl.IsValid() ) return; // Get the graphic object "YL", which is the // the left Y-axis title: GraphObject grobj = gl.GraphObjects("YL"); // Display its text: printf("%s=%s\n", grobj.Text, grobj.DisplayText); }
The display text of a text label.
origin.h