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

Connectors are not displayed when customStyle is set

3 Answers 41 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Uma Shanmugam
Top achievements
Rank 1
Uma Shanmugam asked on 21 May 2010, 11:13 PM
I have a 2D pie series chart with showConnectors enabled . This works fine but the business wants white  background for the label. So I added the following style

 

 

<Style x:Name ="customLabelStyle" TargetType="chart:SeriesItemLabel">

 

 

 

<Setter Property="Foreground" Value="Black" />

 

 

 

</Style>

 

 

 

 

and set this custom style as following in the  piesereis definition.

psd.SeriesItemLabelStyle =

this.CustomLabelStyle;

 

 

 

psd.LabelSettings.ShowConnectors = true;

 

 

  psd.LabelSettings.SpiderModeEnabled =

true;

When I set the customStyle , I get white background with black text  but the connector lines are not displayed. I need the connector lines . What am I missing ? Any help is greatly appreciated.

 

 

 

 

3 Answers, 1 is accepted

Sort by
0
Sia
Telerik team
answered on 27 May 2010, 08:14 AM
Hi Uma Shanmugam,

This issue is known and is already fixed. The fix will be available with our next latest internal build this week.

Please notice that if you need to change the labels' background we suggest you to use the approach described in the Styling RadChart for WPF and Silverlight gets easier blog post. In order for that approach to work, you will need to download the latest available release of our controls.

Regards,
Sia
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
Uma Shanmugam
Top achievements
Rank 1
answered on 27 May 2010, 04:25 PM
Sia,
  Thanks! Can you please point me the link for the latest release ?
-Uma Shanmugam
0
Sia
Telerik team
answered on 31 May 2010, 01:57 PM
Hi Uma Shanmugam,

Here are the steps for downloading the latest internal build of our controls:

  1. Please, log to your Telerik account
  2. Click the "Free Trials" link under the "Your Products" section
  3. In the "RadControls for Silverlight" box you can find the link "Latest Internal Builds (Trial)" pointing to the latest dlls.

Hope this helps.

Best wishes,
Sia
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.
Tags
Chart
Asked by
Uma Shanmugam
Top achievements
Rank 1
Answers by
Sia
Telerik team
Uma Shanmugam
Top achievements
Rank 1
Share this question
or