CPlotView:SetIndex CPlotView:StepLine

CPlotView:SetTitle


The SetTitle method sets the title of the Plot Window to a new string value.

Syntax

CPlotView:SetTitle( sNewTitle )

bullet.gif    sNewTitle is the new title string.

Example

The following script sets the title of an attached Plot Window:

V = attachlist_plotview()

-- attach a plot window from the Mira desktop

V:SetTitle( "new new title" )

-- set the window title

Related Topics

CPlotView class

GetTitle

 

 


Mira Pro x64 Script User's Guide, v.8.73 Copyright Ⓒ 2024 Mirametrics, Inc. All Rights Reserved.