Skip to content

Commit e842825

Browse files
committed
changes made
1 parent b666bbb commit e842825

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

DateTimeY/DateTimeY/MainPage.xaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,26 @@
1616
TextColor="LightGray"
1717
FontSize="20"
1818
Margin="0,10,0,5"
19+
FontAttributes="Bold"
1920
HorizontalTextAlignment="Center" />
2021
</chart:SfCartesianChart.Title>
2122

2223
<chart:SfCartesianChart.XAxes>
2324
<chart:CategoryAxis ShowMajorGridLines="False">
2425
<chart:CategoryAxis.LabelStyle>
25-
<chart:ChartAxisLabelStyle FontSize="20" TextColor="LightGray" />
26+
<chart:ChartAxisLabelStyle FontAttributes="Bold" TextColor="LightGray" />
2627
</chart:CategoryAxis.LabelStyle>
2728
</chart:CategoryAxis>
2829
</chart:SfCartesianChart.XAxes>
2930

3031
<chart:SfCartesianChart.YAxes>
3132
<chart:NumericalAxis LabelCreated="NumericalAxis_LabelCreated">
3233
<chart:NumericalAxis.LabelStyle>
33-
<chart:ChartAxisLabelStyle FontSize="20" TextColor="LightGray" />
34+
<chart:ChartAxisLabelStyle FontAttributes="Bold" TextColor="LightGray" />
3435
</chart:NumericalAxis.LabelStyle>
36+
<chart:NumericalAxis.MajorGridLineStyle>
37+
<chart:ChartLineStyle Stroke="SlateGray" />
38+
</chart:NumericalAxis.MajorGridLineStyle>
3539
</chart:NumericalAxis>
3640
</chart:SfCartesianChart.YAxes>
3741

0 commit comments

Comments
 (0)