File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
WinUI_Chart_CustomDataLabel Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616
1717 <chart : SfCartesianChart .Resources>
1818 <local : BorderColorConverter x : Key =" borderColorConverter" />
19- <DataTemplate x : Key =" dataLabelTemplate " >
19+ <DataTemplate x : Key =" dataMarkerTemplate " >
2020 <Border Height =" 10" Width =" 10" CornerRadius =" 20"
2121 BorderBrush =" {Binding Converter={StaticResource borderColorConverter}}"
2222 Background =" WhiteSmoke" BorderThickness =" 2" >
5050 ShowDataLabels =" True"
5151 PaletteBrushes =" {StaticResource customBrushes}" >
5252 <chart : SplineAreaSeries .DataLabelSettings>
53- <chart : CartesianDataLabelSettings ContentTemplate =" {StaticResource dataLabelTemplate }" />
53+ <chart : CartesianDataLabelSettings ContentTemplate =" {StaticResource dataMarkerTemplate }" />
5454 </chart : SplineAreaSeries .DataLabelSettings>
5555 </chart : SplineAreaSeries >
5656 </chart : SfCartesianChart >
You can’t perform that action at this time.
0 commit comments