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

Opacity and Fill

1 Answer 44 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
David
Top achievements
Rank 1
David asked on 04 Apr 2013, 09:42 PM
Is it possible to set the opacity for the fill on a particular series? When using the default (PhoneAccentBrush) the chart will automatically set the opacity so both series can be seen

ie.

<Controls:AreaSeries  DisplayName="2011" CategoryBinding="month" ValueBinding="Amount" CombineMode="Cluster" x:Name="_2012" ItemsSource="{Binding}">

So I can have opacity.

However, if I set the colour to the apps theme the opacity gets overridden and the colours become solid
<br><Controls:AreaSeries  DisplayName="2011" CategoryBinding="month" Fill="{StaticResource clDark"  ValueBinding="Amount" CombineMode="Cluster" x:Name="_2012" ItemsSource="{Binding}" Opacity="0.4" >

Am I missing something?


				

1 Answer, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 08 Apr 2013, 12:33 PM
Hello David,

You can set the opacity of your fill brush, the clDark resource.

Regards,
Victor
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
Chart
Asked by
David
Top achievements
Rank 1
Answers by
Victor
Telerik team
Share this question
or