CNiGraph::PlotXY

CNi

Class
CNiGraph::
PlotXY()
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: PlotXYNext page: PlotY    
Public Function Declared in:
NiGraph.h

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

void PlotXY(
    double x,
    double y);

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

Plots a single point of data as one x-y plot.

Notes:

1. This function uses plots from the CNiGraph::Plots collection that are marked as multiplot. If there are not enough plots available, the function creates temporary plot objects that are deleted after this function executes.

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

Shortcut to top of page. Parameters

double x

X value of the data point to plot.

double y

Y value of the data point to plot.

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