You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Tee Namespace > Classes > MtxVecTee Class > MtxVecTee Methods > DrawIt Method > MtxVecTee.DrawIt Method (TVec, string, bool)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MtxVecTee.DrawIt Method (TVec, string, bool)

Automatically creates modal form with tChart and appropriate series style and then uses method to draw values to created series.

Syntax
C#
Visual Basic
public static void DrawIt(TVec a, string caption, bool pixeldownsample);
Parameters 
Description 
TVec a 
Source vector. 
string caption 
Form text. 
bool pixeldownsample 
If true, then DrawIt will automatically use PixelDownSample method to reduce the number of points displayed for all series (much faster display) 

DrawValues(Dew.Math.TVec,Series,double,double,bool)

Load vector and display it's values.

using Dew.Math; using Dew.Math.Tee; Vector v = new Vector(0); v.LoadFromFile("c:\data\testvector.vec"); MtxVecTee.DrawIt(v,"Showing vector values",false);
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!