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

problem with clippanel

1 Answer 41 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Masoud
Top achievements
Rank 1
Masoud asked on 22 Jul 2015, 01:58 PM

 hi

i have problem with clippanel

i want to use one color for part 1 and 2 in photo

i want my background chart is one color

my code use two way but nothing help me

01.<Style x:Key="ClipPanelStyle"
02.TargetType="telerik:ClipPanel">
03.     <Setter Property="Background">
04.         <Setter.Value>
05.             <SolidColorBrush Color="#096bb3"></SolidColorBrush>
06.             <!--<LinearGradientBrush EndPoint="1,0"
07.                          StartPoint="0,1"
08.                          SpreadMethod="Pad">
09.                 <GradientStop Color="Black"
10.                       Offset="0" />
11.                 <GradientStop Color="#FF00B4FF"
12.                       Offset="1" />
13.             </LinearGradientBrush>-->
14.         </Setter.Value>
15.     </Setter>
16. </Style>

i want part 1 and 2 be one color not be two color 

 

 

1 Answer, 1 is accepted

Sort by
0
Petar Marchev
Telerik team
answered on 23 Jul 2015, 07:37 AM
Hello Masoud,

Have you seen the Styling the Strip Lines help article? It explains how you can style the strip lines.

Regards,
Petar Marchev
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
Chart
Asked by
Masoud
Top achievements
Rank 1
Answers by
Petar Marchev
Telerik team
Share this question
or