CNiPlot::PlotY

CNi

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

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

void PlotY(
    const CNiVector& y);

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

Plots a vector of data.

Notes:

1. 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.

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

Shortcut to top of page. Parameters

const CNiVector& y

Y data to plot.

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