VF_xyDataPlotVD_xyDataPlotVE_xyDataPlot
VI_xyDataPlotVBI_xyDataPlotVSI_xyDataPlot
VLI_xyDataPlotVQI_xyDataPlot
VU_xyDataPlotVUB_xyDataPlotVUS_xyDataPlot
VUL_xyDataPlotVUQ_xyDataPlotVUI_xyDataPlot
FunctionX-Y-plot into an existing Cartesian coordinate system.
Syntax C/C++#include <Vgraph.h>
void VF_xyDataPlot( fVector X, fVector Y, ui size, unsigned form, COLORREF color );
C++ VecObj#include <OptiVec.h>
void vector<T>::xyDataPlot( const vector<T>& X, unsigned form, COLORREF color );
Pascal/Delphiuses Vgraph;
procedure VF_xyDataPlot( X, Y:fVector; size:UIntSize; form:UInt; color:COLORREF );
DescriptionThe vector Y is plotted against the vector X into a Cartesian coordinate system drawn by a prior call to one of the AutoPlot functions or to V_drawAxes. For a description of the parameters form and color, see VF_xyAutoPlot.
The VecObj version of this function has to be called as a member function of Y (rather than of X).
Error handlingnone
Return valuenone
See alsoVF_xyAutoPlot,   VF_yAutoPlot,   VCF_autoPlot,   V_drawAxes,   V_findAxes

VectorLib Table of Contents  OptiVec home