ColorSet is just a collection of colors. By setting the ColorSet at Chart/DataSeries level the DataPoint(s) get the colors automatically from the ColorSet.
The following XML shows how to create a custom ColorSet:
|
<vc:ColorSet Name="MyColorSet"> <vc:Color Value="Red"/> <vc:Color Value="Blue"/> <vc:Color Value="Green"/> <vc:Color Value="#FF00FFFF"/> <vc:Color Value="0;Red,0;Green,1;"/> <vc:Color Value="0.5;0.5;Blue,0;Red,1;"/> </vc:ColorSet>
|
Note: To use ColorSet Name must be given to it.
The following is a list of predefined ColorSet available with Visifire:
|
ColorSet |
|
Visifire1 |
|
Visifire2 |
|
VisiRed |
|
VisiBlue |
|
VisiGreen |
|
VisiViolet |
|
VisiGray |
|
VisiAqua |
|
VisiOrange |
|
DarkShades |
|
Caravan |
|
Picasso |
|
DullShades |
|
SandyShades |