CustomPalette Constructors
Represents a custom palette (collection of colors) used to draw a chart.| Name | Parameters | Description |
|---|---|---|
| CustomPalette() | none | Initializes a new instance of the CustomPalette class with default settings. |
| CustomPalette(Color[]) | paletteColors | Initializes a new instance of the CustomPalette class with specified settings. |
See Also