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 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
You can’t perform that action at this time.
0 commit comments