Versions Compared

Key

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

[ Image Removed |../../index.htm#lansa/vlwebeng02_0130.htm]
現在地:

...

Title プロパティに対応する関数 SetTitle は、値の設定に使用されます。次の例では、値が受信され、グラフに直接適用されています。
PROTOTYPE.setTitle = function( Title )
  {
    this.m_Title = Title;
    this.DrawChart();
  }
 
[ Image Removed |../../index.htm#lansa/vlwebeng02_0130.htm]