Table of Contents

GuiGraphCtrl::addDatum

(int plotID, float v)Add a data point to the given plot.

Syntax

void GuiGraphCtrl::addDatum(int %plotID, float %v);

Parameters

int %plotID
No description available.

float %v
No description available.

Return value

void
No description available.

Remarks

Examples

Source

Engine

See also

GuiGraphCtrl::addAutoPlot
GuiGraphCtrl::getDatum
GuiGraphCtrl::matchScale
GuiGraphCtrl::removeAutoPlot
GuiGraphCtrl::setGraphType

References

This function is not called by any other functions.