Financial Time Series | ![]() ![]() |
Syntax
chartfts(tsobj)
Description
chartfts(tsobj)
produces a figure window that contains one or more plots. You can use the mouse to observe the data at a particular time point of the plot.
Example
Create a financial time series object from the supplied data file ibm9599.dat
.
ibmfts = ascii2fts('ibm9599.dat', 1, 3, 2);
Chart the financial time series object ibmfts
.
chartfts(ibmfts)
With the Zoom feature set off
, a mouse click on the indicator line displays object data in a pop-up box.
With the Zoom feature set on
, mouse clicks indicate the area of the chart to zoom.
See the instructions provided by Zoom Help for details on performing the zoom.
See Also
![]() | chaikvolat | chfield | ![]() |