Hi,
I want to split the progress bar. i.e Upto particular point i want one color, remaining will be another color.
For example with following code
<
telerik:RadProgressBar x:Name="pb" Width="220" Height="15" Minimum="0" Maximum="100" Value="10" Margin="40,4,0,4" />
Upto say value=30 i want grey color and above that point i need default color.
Please suggest/provide sample code.
Regards
Sreeju