Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Show Contents List
You are here:

...

The SetTitle function corresponds to the Title property and is used to set the value. In this example, the value is received and applied directly to the graph.
PROTOTYPE.setTitle = function( Title )
  {
    this.m_Title = Title;
    this.DrawChart();
  }
 
Show Contents List