ColorSelectionHint Enum
Specifies a hint for how a SeriesPaletteStyleSelector should select colors for a series.
public enum ColorSelectionHint
Fields
Name | Description |
---|---|
Sequential | Pick palette colors sequentially. The first series gets the first palette color. The second series gets the second palette color, and so on. |
UniformDistribution | Pick palette colors based on a uniform distribution. If the palette consists of nine base colors and the chart being rendered has three series, the first series gets one of the first three colors in the palette. The second series gets one of the middle three colors in the palette. And the third series gets one of the last three colors in the palette. If there are more series being rendered than base colors in the palette, fallback is to Sequential mode. |