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

Label border Missing - RadChart

1 Answer 73 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Rakesh
Top achievements
Rank 1
Rakesh asked on 28 Feb 2012, 02:10 AM
I am unable to get border for my label on the chart. Please suggest. 

Code:
 <Appearance> 
                                                                    <LabelAppearance Position-AlignedPosition="Center" LabelLocation="Inside">
                                   <Border Color="#38b0ef" />
                                                                     </LabelAppearance>
                                                                </Appearance>

1 Answer, 1 is accepted

Sort by
0
Evgenia
Telerik team
answered on 01 Mar 2012, 12:14 PM
Hello,

The following code snippet works on my side:
<telerik:ChartSeries Name="Series 1" Type="Bar">
             <Appearance>
                 <LabelAppearance>
                     <Border Color="Yellow" Width="1" />
                 </LabelAppearance>
             </Appearance>

Also as I see from your image attached the color you set as border color around your labels is applied. Could you elaborate a bit more on what would you like to achieve and why do you think it doesn't work on your side?

Kind regards,
Evgenia
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Chart (Obsolete)
Asked by
Rakesh
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
Share this question
or