File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 16
16
TextColor =" LightGray"
17
17
FontSize =" 20"
18
18
Margin =" 0,10,0,5"
19
+ FontAttributes =" Bold"
19
20
HorizontalTextAlignment =" Center" />
20
21
</chart : SfCartesianChart .Title>
21
22
22
23
<chart : SfCartesianChart .XAxes>
23
24
<chart : CategoryAxis ShowMajorGridLines =" False" >
24
25
<chart : CategoryAxis .LabelStyle>
25
- <chart : ChartAxisLabelStyle FontSize = " 20 " TextColor =" LightGray" />
26
+ <chart : ChartAxisLabelStyle FontAttributes = " Bold " TextColor =" LightGray" />
26
27
</chart : CategoryAxis .LabelStyle>
27
28
</chart : CategoryAxis >
28
29
</chart : SfCartesianChart .XAxes>
29
30
30
31
<chart : SfCartesianChart .YAxes>
31
32
<chart : NumericalAxis LabelCreated =" NumericalAxis_LabelCreated" >
32
33
<chart : NumericalAxis .LabelStyle>
33
- <chart : ChartAxisLabelStyle FontSize = " 20 " TextColor =" LightGray" />
34
+ <chart : ChartAxisLabelStyle FontAttributes = " Bold " TextColor =" LightGray" />
34
35
</chart : NumericalAxis .LabelStyle>
36
+ <chart : NumericalAxis .MajorGridLineStyle>
37
+ <chart : ChartLineStyle Stroke =" SlateGray" />
38
+ </chart : NumericalAxis .MajorGridLineStyle>
35
39
</chart : NumericalAxis >
36
40
</chart : SfCartesianChart .YAxes>
37
41
You can’t perform that action at this time.
0 commit comments