Skip to content

Commit 17fa0cc

Browse files
committed
Added KB link
1 parent 8528c23 commit 17fa0cc

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,15 @@ public class BorderColorConverter : IValueConverter
8282
}
8383
}
8484
```
85+
### See also
86+
87+
[How to customize the data label in WinUI Chart (SfCartesianChart)?](https://help.syncfusion.com/winui/cartesian-charts/datalabels#template)
88+
89+
[How to customize the appearance in WinUI Chart (SfCartesianChart)?](https://help.syncfusion.com/winui/cartesian-charts/appearance)
8590

8691
### Output
8792

8893
![Output](https://user-images.githubusercontent.com/53489303/201815327-81885641-6851-406b-985a-fa5c11532e0c.png)
8994

90-
### See also
91-
92-
[How to customize the data label in WinUI Chart (SfCartesianChart)?](https://help.syncfusion.com/winui/cartesian-charts/datalabels#template)
9395

94-
[How to customize the appearance in WinUI Chart (SfCartesianChart)?](https://help.syncfusion.com/winui/cartesian-charts/appearance)
96+
KB link - [How to add a custom data marker in WinUI Chart (SfCartesianChart)](https://support.syncfusion.com/kb/article/12166/how-to-display-custom-data-marker-in-winui-chart-sfcartesianchart)

WinUI_Chart_CustomDataLabel/MainWindow.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
</chart:SfCartesianChart.Resources>
3737

3838
<chart:SfCartesianChart.XAxes>
39-
<chart:CategoryAxis Header="Time Period" PlotOffsetStart="20" PlotOffsetEnd="20"
40-
ShowMajorGridLines="False"
39+
<chart:CategoryAxis Header="Time Period" PlotOffsetStart="20" PlotOffsetEnd="20"
4140
AxisLineStyle="{StaticResource lineStyle}"/>
4241
</chart:SfCartesianChart.XAxes>
4342

0 commit comments

Comments
 (0)