The rating scale as defined by a collection of Rating objects.
You can determine your rating scale either by adding Rating objects to the RatingCollection, or by adding <xx:Rating Name="[Name of rating]"> child elements to the rating control markup.
Here is a control with a rating scale consisting of 3 values:
<cc1:SlickRater id="SlickRater1" runat="server" RatedID="item"> <cc1:Rating Name="bad"></cc1:Rating> <cc1:Rating Name="good"></cc1:Rating> <cc1:Rating Name="great"></cc1:Rating> </cc1:SlickRater>
SlickRater Class | KrispWare Namespace | Rating Class | RatingCollection Class