UniqueColors

Decides how the color will be applied to the DataPoints.

 

 

Format:

 

UniqueColors="True"      

 

 

Possible values for this attribute:

Value

Description

True

If only one DataSeries is present then each DataPoint in that DataSeries takes one color from the ColorSet  given to the chart.

If more than one DataSeries are present then each series takes one color from the ColorSet provided at the chart.

False

Each DataSeries takes one color

 

Note: Colors are overridden if any Color/ColorSet attribute is set at DataSeries/DataPoint. In all cases color is taken from the ColorSet specified in the ColorSet attribute of the chart.

 

 

This attribute applies to:

 

 

 

Example:

 

<vc:Chart UniqueColors="True" ... ></vc:Chart>