Overload | Description |
---|---|
GetSmartPalette(Palette) | Generates a SmartPalette object that contains the names of the elements in this Series matched with the specified Palette enumeration. Each element gets a different color from the specified palette. |
GetSmartPalette(Color[]) | Generates a SmartPalette object that contains the names of the elements in this Series matched with the specified array of Color objects. Each element gets a different color from the specified color array. |
GetSmartPalette(ElementValue,Palette) | Generates a SmartPalette object with range colors based on the series data and specified colors. The resulting smartPalette will work on series with the same name as this series. |
GetSmartPalette(ElementValue,Color[]) | Generates a SmartPalette object with range colors based on the series data and specified colors. The resulting smartPalette will work on series with the same name as this series. |