softwaremanuals.org

Home

Home

Contacts

Contacts

Request to Publish Manuals

Request to Publish Manuals

Request to Remove Manuals

Request to Remove Manuals

 
  ecGraph3D: AddDataArray defines array of data for plotting  
   
     
 

Introduction

 
 
ecGraph3D
Features
   
Variables
BarWidthX
BarWidthY
BoundingBoxFloorColor
BoundingBoxFrameColor
EdgeDarken
ImageDrawTime
LegendTableHorizontal
LegendTableTransparent
MaxPhi
MaxThi
MeshColorStyle
MinPhi
MinThi
NoSoftenWhenScrolling
PlotStyle
RenderStyle
RestrictViewAngles
RibbonsAlongX
ScrollMode
ShowAxes
ShowAxisLabels
ShowAxisValues
ShowHourGlassWhenDrawing
ShowLegendTable
ShowTexts
ShowTooltips
ShowzColorTable
Skirt
SuppressRaisingEvents
   
Events
ErrorMsg
LegendPositionChanged
Redrawn
ViewAngleChanged
   
Properties
Registered
Soften
Version
   
Functions
DarkenOrLighten
Height
IsRotating
Width
   
Subs
AddBarColors
AddColorBand
AddDataArray
AddFunction
AddLegendEntry
AddText
AddTooltips
ClearColorBands
CopyToClipboard
GetGraphShapeFactors
GetViewDetails
LegendTableStyle
PrintImage
Refresh
RegisterecGraph3D
Reset
SaveImage
SaveToDisk
SetBackground
SetGraphShapeFactors
SetViewDetails
   
   
 
Buy ecGraph3D Online! Buy ecGraph3D Online!
 
 

AddDataArray

Public Sub AddDataArray(nX As Integer, x0 As Single, X1 As Single, nY As Integer, y0 As Single, Y1 As Single, zData() As Single, Optional z0 As Single = 0, Optional z0Color As Long = -1)

Defines an array of data to plot. Note that there only two ways to define the data to plot: AddFunction and AddDataArray. Only one of these should be used in each graph. See Demo2 as an example. z0 setting then bar graphs will be split with higher values pointing up and lower values down. See Demo2 as an example. (ie a flat plate) and its color will be set to z0Color instead of the value defined by the z-color table of AddBarColors

Microsoft SQL to MySQL Converter barcode printer wizard purchase order format
best data recovery program recover sent messages restore windows
download free undelete software thumb drive file undelete usb flash drive not formatted

Example..

Call ecGraph3D1.AddDataArray(nx, x0, x1, ny, y0, y1, zdata, z0, z0color)

Buy ecGraph3D Online! Buy ecGraph3D Online!
 
 
Home | Contacts | Request to Publish Manuals | Request to Remove Manuals