This is a migrated thread and some comments may be shown as answers.

Pie chart

2 Answers 70 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Pramod M
Top achievements
Rank 1
Pramod M asked on 19 Apr 2010, 02:16 PM
Hi,

I want to create a pie chart like the attached image 'GraphNeeded.jpg' but I am not able to remove the outer border which contains the caption text( I am only able to create the pie chart like 'Piechart.png' ). Is there any way to

1. Remove the outer border coming with pie chart
2. Any way to align pie chart to left and the legend to right inside pie chart area
3. Provide an underline to view all


Please advice.

Thanks,
Pramod M

2 Answers, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 22 Apr 2010, 08:25 AM
Hello Pramod M,

Please, find attached a small example. Onto your questions:
  1. You can set series.Appearance.Border.Visible = false
  2. Set the series.Appearance.CenterXOffset with a negative value to shift the pie to the left
  3. The ChartTitle.TextBlock.Appearance.TextProperties.Font property controls this:

<ChartTitle>
    <TextBlock Text="View All">
        <Appearance TextProperties-Color="Blue"
                TextProperties-Font="Verdana, 9.75pt, style=Bold, Underline"
                FillStyle-FillType="Solid" FillStyle-Transparent">

Kind regards,
Ves
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Pramod M
Top achievements
Rank 1
answered on 23 Apr 2010, 06:12 PM
Thanks a lot. It solved my problem..

Thanks,
Pramod M
Tags
Chart (Obsolete)
Asked by
Pramod M
Top achievements
Rank 1
Answers by
Ves
Telerik team
Pramod M
Top achievements
Rank 1
Share this question
or