LoadColorMap Method
The LoadColorMap method is used to load a color map for use as the gradient fill pattern.
Syntax
object.LoadColorMap(BSTR colorMap)
Parameter | Type | Description |
colorMap | String | required, name of color map to load |
Remarks
For this to have an effect, the object must support and be using a gradient fill pattern.
Example
This example shows how to load a color map for an ellipse.
Ellipse.Fill.LoadColorMap("terrain.clr”)
Used by: Auto3DBubblePlot object, AutoFill object