softwaremanuals.org

Home

Home

Contacts

Contacts

Request to Publish Manuals

Request to Publish Manuals

Request to Remove Manuals

Request to Remove Manuals

 
  ecGraph3D: ClearColorBands override default zColor table and sets new color bands  
   
     
 

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!
 
 

ClearColorBands

Public Sub ClearColorBands()

Clear the zColor table (the zColor table displays colors as a function of the z coordinate). Call ClearColorBands to override the default zColor table and set new color bands.

barcode label designing software recover memory stick pro duo printable purchase order form
bulk cheap sms recover flash disk data password recovery software download
ntfs deleted files recovery usb flash memory recovery find deleted text messages

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