You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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();
  }

  • No labels