Assembly: Drawing;
The IVisStyleProvider interface is used to access information about style palettes of the Chart and Bubble Chart visualizers via COM interface.
A palette is a set of colors that are used to fill visualizer parts: series, bubbles, areas, and so on. All charts have default palettes.
IVisStyleProvider
Method name | Brief description | |
PaletteBorderColors | The PaletteBorderColors method is used to get an array of main border colors by palette identifier. | |
PaletteColors | The PaletteColors method is used to get an array of main main colors by palette identifier. | |
PaletteIDs | The PaletteIDs method is used to get an array of strings with identifiers of alternative palette sets. |
See also: