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

RadChart BarSeries

1 Answer 65 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Divyang
Top achievements
Rank 1
Divyang asked on 20 May 2011, 03:39 PM
How can we change BarSeries gradient color and make total count label transperent on series ?

1 Answer, 1 is accepted

Sort by
0
Sia
Telerik team
answered on 25 May 2011, 11:18 PM
Hello Divyang,

If you want to change the bars' color, you can use custom palette brushes. Please review the following help topic. If you want to remove the mask overlapping the bars, you need to set custom template.

To remove the labels' background, please use the following style:
<Style x:Key="CustomLabel" TargetType="telerik:SeriesItemLabel">
    <Setter Property="Fill" Value="Transparent" />
</Style>

and apply it to the SeriesItemLabelStyle of the SeriesDefinition.

I hope this helps.

Greetings,
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
General Discussions
Asked by
Divyang
Top achievements
Rank 1
Answers by
Sia
Telerik team
Share this question
or