CNiPlot::ChartXY

CNi

Class
CNiPlot::
ChartXY()
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: ChartXYNext page: ChartXY    
Public Function Declared in:
NiPlot.h

'Declaration' icon -- Shortcut to top of page. Declaration

void ChartXY(
    const CNiMatrix& xy);

'Description' icon -- Shortcut to top of page. Description

Charts a matrix of data as an X-Y plot.

Notes:

1. This function is similar to the PlotXY function, except that previously plotted data is not deleted until the amount stored for each chart is greater than the CNiGraph.ChartLength property.

2. Use the Plot and Chart functions on a CNiPlot object if you want to modify a single plot without affecting the other plots. Use the Plot and Chart functions on the CNiGraph object if you want to modify all existing plots.

3. See the CNiPlot overview for information about using date/time values.

Shortcut to top of page. Parameters

const CNiMatrix& xy

X-Y data to plot. The data is plotted either by row or column, depending on the value of the DefaultXInFirstRow property.

'See Also' icon -- Shortcut to top of page. See Also