Telerik Forums
UI for Silverlight Forum
1 answer
44 views

Hi,

We are putting some doughnut charts to track progress on certain items. They work very well, but when the value is zero, the doughnut center takes the color of the outside.  Is there a way to keep the center white?  I can find nothing on controlling the center color.  Thanks.

Here is our definition:

<telerik:RadHtmlChart runat="server"
                    ID="RadHtmlChart1"
                    Width="100%"
                    Height="350"
                    Transitions="true"
                    Skin="Metro"
                    EnableTheming="False"
                    RenderMode="Mobile"
                    style="padding-left:30px">

                <Legend>
                    <Appearance Position="Right" Visible="false">
                    </Appearance>
                </Legend>
                <PlotArea>
                    <Series>
                        <telerik:DonutSeries StartAngle="90"  HoleSize="85" DataFieldY="dat" ColorField="color">
                        <LabelsAppearance Visible="false"> </LabelsAppearance>
                            <TooltipsAppearance Color="White" DataFormatString="{0}%"></TooltipsAppearance>
                            <SeriesItems>
                            </SeriesItems>
                        </telerik:DonutSeries>
                    </Series>
                </PlotArea>
                </telerik:RadHtmlChart>

Marin Bratanov
Telerik team
 answered on 01 Feb 2017
7 answers
60 views

Hi,

 

How can we control smar labels connector length i.e ChartSeriesLabelConnectorsSettings  class does not give any control to connector length. I am looking for some logic so that we can control the connector length.

 

Thankyou,

~Sri

Kz
Top achievements
Rank 1
 answered on 16 Dec 2016
3 answers
60 views

Hi There,

 

Is there any way where I can customize CharLabelSettings i.e   based on label value  .We would like to change 1) Control template or customize data template.

its just like if value is >10 then show smartlabels fround ground in red and show label in ellipse .

 

 

Kz
Top achievements
Rank 1
 answered on 16 Dec 2016
2 answers
24 views

Hi There,

How can we decrease smartlabels connector length? 

Kz
Top achievements
Rank 1
 answered on 16 Dec 2016
1 answer
66 views

Hi There,

 

How can I change SmartLabel background > Its by default a Textblock.

How can i change it to label or some other  control?

 

Thankyou,

Dinko | Tech Support Engineer
Telerik team
 answered on 16 Dec 2016
5 answers
215 views

Hi Telerik Team,

Can we get SPC Charts with Telerik controls?

Please see the attached screenshot...

Thanks,
Nuno

นิรวัฒน์
Top achievements
Rank 1
 answered on 20 Sep 2016
4 answers
131 views
Hello,

Can we put scrolling for chart legend, When there are many items in legend, legend section width gets increased. Is there any solution? and can we set label connectors width

thanks in advance 
Martin Ivanov
Telerik team
 answered on 29 Jun 2016
15 answers
133 views
I have just noticed that the tooltip problem I reported on the WPF charts some time ago:

http://www.telerik.com/community/forums/wpf/chart/tooltip-stays-on-screen.aspx

appears to occur in the Silverlight chart also?

Steve



Martin Ivanov
Telerik team
 answered on 28 Jun 2016
3 answers
59 views

Hi Telerik Team

I´m working with 3d chart, but some of my requeriments is to hide or remove the backgroud of the 3d chart, please check the attached image to understand what I need. 

Thanks in advance

Petar Marchev
Telerik team
 answered on 27 Apr 2016
2 answers
58 views

Hello,

I use RadChart to implement pie chart.

Mostly it works perfect but sometimes it can't find an optimal way to locate labels (see the attached file, one label gets cut off).

The SmartLabels mode is enable.

Here is my code:

<tcc:RadChart Grid.Row="1" x:Name="pieChart" Background="Transparent" BorderBrush="Transparent" UseDefaultLayout="False" >
                <tcc:RadChart.AnimationSettings>
                    <tch:AnimationSettings DefaultSeriesDelay="00:00:00" ItemAnimationDuration="00:00:00.25" ItemDelay="00:00:00"/>
                </tcc:RadChart.AnimationSettings>
                <Grid>
                    <Grid.ColumnDefinitions>
                        <ColumnDefinition Width="3*" />
                        <ColumnDefinition Width="1*" />
                    </Grid.ColumnDefinitions>
                    <tch:ChartArea x:Name="chartArea" LegendName="chartLegend" SmartLabelsEnabled="True" Height="460" Margin="0" Padding="0" VerticalAlignment="Top" ItemClick="ChartArea_ItemClick"/>
                    <tch:ChartLegend x:Name="chartLegend" Grid.Column="1" Style="{StaticResource PieChartLegendStyle}" Height="460" Margin="0" Padding="0" VerticalAlignment="Top" LegendItemStyle="{StaticResource CustomChartLegendItemStyle}"/>
                </Grid>
            </tcc:RadChart>

Is there a way to solve this issue?

Alexey
Top achievements
Rank 1
 answered on 23 Mar 2016
Top users last month
Mark
Top achievements
Rank 1
Yurii
Top achievements
Rank 1
Leland
Top achievements
Rank 2
Iron
Iron
Iron
Hon
Top achievements
Rank 1
Iron
Deltaohm
Top achievements
Rank 3
Bronze
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?