AddBarColors
Public Sub AddBarColors(zColors() As Long, Optional zIgnore)
Color each bar (or graph element) a different color by first defining an array zColors of colors. These colors will override the z-color table colors defined by SimpleColorBand or AddColorBand. AddFunction or AddDataArray. array that have this zIgnore value will be ignored, and instead the bar color assigned will be the color from the z-color table.
Example..
Call ecGraph3D1.AddBarColors(zcolors, zignore)
|