How to remove legend from silverlight chart:

How to remove legend from silverlight chart:

Step-1:
    Copy the following code, and past it second line of your chart xml code.(see the following image)

      

         <toolkit:Chart.LegendStyle>
            <Style TargetType="toolkit:Legend">
                <Setter Property="Width" Value="0"/>
                <Setter Property="Height" Value="0"/>
             </Style>
         </toolkit:Chart.LegendStyle>



Comments

Popular posts from this blog

Upload Single/Multiple file by using the REST API and jQuery SharePoint 2013

A type named 'SP.Data. could not be resolved by the model error

Add content type to SharePoint List/Library using REST API