Möchte ich style die Legende Elemente der WinRT XAML Toolkit Chart-Steuerelement. Ich überprüfte den Quellcode und fand die folgenden Stil: <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:datavis="using:WinRTXamlToolkit.Controls.DataVisualization"> <Style TargetType="datavis:Legend"> <Setter Property="BorderBrush" Value="Black" /> <Setter Property="BorderThickness" Value="1" /> <Setter Property="IsTabStop" Value="False"