softwaremanuals.org

Home

Home

Contacts

Contacts

Request to Publish Manuals

Request to Publish Manuals

Request to Remove Manuals

Request to Remove Manuals

 
  ecGraph3D: AddColorBand add zColor band to zColor table  
   
     
 

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!
 
 

AddColorBand

Public Sub AddColorBand(zValue, Color1, Color2, Text)

Add another zColor band to the zColor table, which displays colors as a function of the z coordinate. After multiple calls to AddColorBand, the bands are sorted into numerical order, and colors are interpolated between the bands. When plotting, all surface points lower than the lowest zValue have Color1. Surface points between the first and second zValues have colors graduated between Color1 and Color2 of the second call to AddColorBand, etc.

Microsoft SQL to MySQL Convertor barcode processing software card undelete
undelete digital pictures purchase order forms professional data recovery tools
recovering deleted text messages restore windows vista undelete compact flash freeware

Example..

With EcGraph3D1
Call .ClearColorBands
Call .AddColorBand(-1, vbBlue, vbBlue, "-1.0") 'Surface points lower than z = -1 are colored blue
Call .AddColorBand(0, vbBlue, vbRed, "0.") 'Surface points between z = -1 to 0 are colored blue to red
Call .AddColorBand(1, vbRed, vbGreen, "1.0") 'Surface points between z = 0 to 1 are colored red to green
'Surface points with z > 1 to 0 are colored green
End With

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