Friday 1 June 2012

Silverlight toolkit chart - How to make legend invisible



       use   the  following   style   for  the legend  item  style in  the  toolkit  chart

     <Style x:Key="ls" TargetType="toolkit:Legend">
              <Setter Property="Width" Value="0"/>
              <Setter Property="Height" Value="0"/>
     </Style>

No comments:

Post a Comment