<Grid>
<Grid.Resources>
<telerik:StylesPalette x:Key="{telerik:ThemeResourceKey ThemeType={x:Type telerik:SummerTheme}, ElementType={x:Type telerik:ChartArea}, ResourceId={x:Static telerik:ResourceHelper.ResourceKeyLineStyle}}">
<Style TargetType="telerik:SelfDrawingSeries">
<Setter Property="BorderLineStyle">
<Setter.Value>
<Style TargetType="{x:Type Shape}" >
<Setter Property="StrokeStartLineCap" Value="Round" />
<Setter Property="StrokeEndLineCap" Value="Round" />
<Setter Property="StrokeThickness" Value="4" />
<Setter Property="Stroke" Value="Lime" />
<Setter Property="Fill" Value="Lime" />
</Style>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="telerik:SelfDrawingSeries">
<Setter Property="BorderLineStyle">
<Setter.Value>
<Style TargetType="{x:Type Shape}" >
<Setter Property="StrokeStartLineCap" Value="Round" />
<Setter Property="StrokeEndLineCap" Value="Round" />
<Setter Property="StrokeThickness" Value="4" />
<Setter Property="Stroke" Value="Bisque" />
<Setter Property="Fill" Value="Bisque" />
</Style>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="telerik:SelfDrawingSeries">
<Setter Property="BorderLineStyle">
<Setter.Value>
<Style TargetType="{x:Type Shape}" >
<Setter Property="StrokeStartLineCap" Value="Round" />
<Setter Property="StrokeEndLineCap" Value="Round" />
<Setter Property="StrokeThickness" Value="4" />
<Setter Property="Stroke" Value="#99E4B030" />
<Setter Property="Fill" Value="#99E4B030" />
</Style>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="telerik:SelfDrawingSeries">
<Setter Property="BorderLineStyle">
<Setter.Value>
<Style TargetType="{x:Type Shape}" >
<Setter Property="StrokeStartLineCap" Value="Round" />
<Setter Property="StrokeEndLineCap" Value="Round" />
<Setter Property="StrokeThickness" Value="4" />
<Setter Property="Stroke" Value="#99328691" />
<Setter Property="Fill" Value="#99328691" />
</Style>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="telerik:SelfDrawingSeries">
<Setter Property="BorderLineStyle">
<Setter.Value>
<Style TargetType="{x:Type Shape}" >
<Setter Property="StrokeStartLineCap" Value="Round" />
<Setter Property="StrokeEndLineCap" Value="Round" />
<Setter Property="StrokeThickness" Value="4" />
<Setter Property="Stroke" Value="#99218264" />
<Setter Property="Fill" Value="#99218264" />
</Style>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="telerik:SelfDrawingSeries">
<Setter Property="BorderLineStyle">
<Setter.Value>
<Style TargetType="{x:Type Shape}" >
<Setter Property="StrokeStartLineCap" Value="Round" />
<Setter Property="StrokeEndLineCap" Value="Round" />
<Setter Property="StrokeThickness" Value="4" />
<Setter Property="Stroke" Value="#99D8653A" />
<Setter Property="Fill" Value="#99D8653A" />
</Style>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="telerik:SelfDrawingSeries">
<Setter Property="BorderLineStyle">
<Setter.Value>
<Style TargetType="{x:Type Shape}" >
<Setter Property="StrokeStartLineCap" Value="Round" />
<Setter Property="StrokeEndLineCap" Value="Round" />
<Setter Property="StrokeThickness" Value="4" />
<Setter Property="Stroke" Value="#99707070" />
<Setter Property="Fill" Value="#99707070" />
</Style>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="telerik:SelfDrawingSeries">
<Setter Property="BorderLineStyle">
<Setter.Value>
<Style TargetType="{x:Type Shape}" >
<Setter Property="StrokeStartLineCap" Value="Round" />
<Setter Property="StrokeEndLineCap" Value="Round" />
<Setter Property="StrokeThickness" Value="4" />
<Setter Property="Stroke" Value="#9942979F" />
<Setter Property="Fill" Value="#9942979F" />
</Style>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="telerik:SelfDrawingSeries">
<Setter Property="BorderLineStyle">
<Setter.Value>
<Style TargetType="{x:Type Shape}" >
<Setter Property="StrokeStartLineCap" Value="Round" />
<Setter Property="StrokeEndLineCap" Value="Round" />
<Setter Property="StrokeThickness" Value="4" />
<Setter Property="Stroke" Value="#993795A3" />
<Setter Property="Fill" Value="#993795A3" />
</Style>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="telerik:SelfDrawingSeries">
<Setter Property="BorderLineStyle">
<Setter.Value>
<Style TargetType="{x:Type Shape}" >
<Setter Property="StrokeStartLineCap" Value="Round" />
<Setter Property="StrokeEndLineCap" Value="Round" />
<Setter Property="StrokeThickness" Value="4" />
<Setter Property="Stroke" Value="#990A9366" />
<Setter Property="Fill" Value="#990A9366" />
</Style>
</Setter.Value>
</Setter>
</Style>
</telerik:StylesPalette>
</Grid.Resources>
<Grid.Background>
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
<GradientStop Color="#FFDCE7FD" Offset="1"/>
<GradientStop Color="#FF898AAC" Offset="0"/>
</LinearGradientBrush>
</Grid.Background>
<telerik:RadChart x:Name="RadChart1" Grid.Row="1" Grid.Column="1" telerik:StyleManager.Theme="Summer" />
</Grid>