BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<chart:SfChart.Resources>
<Style TargetType="Line" x:Key="lineStyle">
<Setter Property="Stroke" Value="Black" ></Setter>
<Setter Property="StrokeThickness" Value="1"></Setter>
<Setter Property="IsHitTestVisible" Value="False"/>
</Style>
</chart:SfChart.Resources> |