/

PlotXdateYLineChart

[this page | pdf]

Function Description

Returns a xy line chart where the x are dates and the y are numeric. More precisely, returns a string which is the (temporary) code for a SmartChart that plots such information.

 

To allow users to plot several different series together, this function takes as input two different arrays, one containing all of the input data for all of the series (i.e. InputData), positioned consecutively and the other containing the number of entries in each series (i.e. InputDataSizes). So if InputDataSizes is {3,4} then two series are being analysed simultaneously, the first with three data points and the second with four, so InputData should have seven entries, the first three of which are for the first series and the last four for the second series.

 

For further details on how to use the ChartFormat parameter to format a chart see using the ChartFormat parameter.

 


NAVIGATION LINKS
Contents | Prev | Next


Output type / Parameter details

Output type: String
Parameter NameVariable TypeDescription
InputxDataDate()x series Input Data (possibly more than one series placed consecutively
InputyDataDouble()y series Input Data (possibly more than one series placed consecutively
InputDataSizesInteger()Sizes of individual series being analysed (consecutive)
SeriesNamesString()Names given to individual series in chart legend
ChartTitleStringChart title
ChartFormatStringText defining format of chart

Links to:

-          Interactively run function

-          Interactive instructions

-          Example calculation

-          Output type / Parameter details

-          Illustrative spreadsheet

-          Other Charting functions

-          Computation units used


Note: If you use any Nematrian web service either programmatically or interactively then you will be deemed to have agreed to the Nematrian website License Agreement


Desktop view | Switch to Mobile