You are here: Symbol Reference > MtxVecTee Namespace > Functions > MtxVecTee.DrawIt Function
MtxVec VCL
ContentsIndex
PreviousUpNext
MtxVecTee.DrawIt Function

Shows form with chart and fastline series showing vector values.

Pascal
procedure DrawIt(A: TVec; Width: Integer; Height: Integer); overload;

Set the modal form ClientWidth and ClientHeight to Width and Height respectively.

Uses ...MtxExpr, MtxVecTee; var A: Vector; begin DrawIt(A,400,300); end;

 

#include "MtxExpr.hpp" #include "MtxVecTee.hpp" ... sVector A; A = Sin(Ramp(300,2*PI*5/300)); DrawIt(A,400,300); ..
Examples on GitHub
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!