File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 76
76
</chart : NumericalAxis >
77
77
</chart : SfCartesianChart .YAxes>
78
78
79
- <chart : RangeColumnSeries Width =" {x:OnPlatform Android='0.9', iOS='0.9', Default='0.8'}" Fill =" PaleGreen " ShowDataLabels =" True" Label =" 2021"
79
+ <chart : RangeColumnSeries Width =" {x:OnPlatform Android='0.9', iOS='0.9', Default='0.8'}" Fill =" #98fb98 " ShowDataLabels =" True" Label =" 2021"
80
80
ItemsSource =" {Binding TemperatureCollection}"
81
81
XBindingPath =" Month" High =" High2021" Low =" Low2021" >
82
82
<chart : RangeColumnSeries .DataLabelSettings>
88
88
</chart : RangeColumnSeries .DataLabelSettings>
89
89
</chart : RangeColumnSeries >
90
90
91
- <chart : RangeColumnSeries Width =" {x:OnPlatform Android='0.9', iOS='0.9', Default='0.8'}" Fill =" DeepPink " ShowDataLabels =" True" Label =" 2022"
91
+ <chart : RangeColumnSeries Width =" {x:OnPlatform Android='0.9', iOS='0.9', Default='0.8'}" Fill =" #ff1493 " ShowDataLabels =" True" Label =" 2022"
92
92
ItemsSource =" {Binding TemperatureCollection}"
93
93
XBindingPath =" Month" High =" High2022" Low =" Low2022" >
94
94
<chart : RangeColumnSeries .DataLabelSettings>
You can’t perform that action at this time.
0 commit comments