Unplanned
Last Updated: 18 Feb 2011 11:11 by ADMIN
ADMIN
Sia
Created on: 18 Feb 2011 11:11
Category:
Type: Bug Report
1
Chart: Gridlines width
If you set the following style: 
<Style x:Key="XAxisGridLineStyle" TargetType="Line">
    <Setter Property="StrokeThickness" Value="12" />
    <Setter Property="Stroke" Value="Black" />
</Style>

you get grid lines 50% thinner then the desired (6px).
0 comments