![]() |
ChartXY()








Public Function |
Declared in: NiGraph.h |
Declaration
void ChartXY( double x, double y);
Description
Charts a single point of data as one x-y plot.
Notes:
1. This function is similar to the PlotXY function, except that the previously plotted data is not deleted until the amount stored for each chart is greater than the CNiGraph.ChartLength property.
2. 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.
3. See the CNiGraph overview for information about using date/time values.
Parameters
double x
double y
X value of the data point to chart.
Y value of the data point to chart.