LoadColorTable Method
The LoadColorTable method is used to load a color table for use as the fills.
Syntax
object.LoadColorTable(BSTR colorTable)
Parameter | Type | Description |
colorTable | String | required, name of color table to load |
Example
This example shows how to load a color table for a bar chart.
Chart.LoadColorTable("colorTable1.gct")
Used by: Auto3DXYZBarChart, AutoBarChart, AutoBoxPlot, AutoBubblePlot, AutoFloatingĀBar, AutoHistogram, AutoPolarBarChart, AutoTernaryBubblePlot