Note If used, legend behavior will be different.
Visual Basic (Declaration) | |
---|---|
Public Property Palette As Color() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Color[] Palette {get; set;} |
When setting this property, each element will get it's own color. Whereas by
default, all elements within a series take their color from Series.DefaultElement.Color.
When the chart detects that the elements have been individually colored, each element's LegendEntry
will replace the single legend entry of the series in the legend box.