Skip to content

Commit b8ae893

Browse files
I changed the correction in README.md contend
1 parent b724d74 commit b8ae893

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This sample demonstrate how to format TimeSpanAxis label based on axis interval in WPF (SfChart)
33
WPF SfChart provides support for formatting axis labels based on axis intervals in TimeSpanAxis. The LabelFormat Property can be used to apply predefined formatting types based on usages. This article explains how to format TimeSpanAxis label based on axis interval in WPF (SfChart)
44

5-
[Xaml]
5+
##[Xaml]
66
````
77
<chart:SfChart>
88
<chart:SfChart.DataContext>
@@ -43,7 +43,7 @@ WPF SfChart provides support for formatting axis labels based on axis intervals
4343
</chart:SfChart>
4444
````
4545

46-
[C#]
46+
##[C#]
4747
````
4848
SfChart chart = new SfChart();
4949
this.DataContext = new ViewModel();
@@ -91,15 +91,15 @@ WPF SfChart provides support for formatting axis labels based on axis intervals
9191
chart.Series.Add(series);
9292
this.Content = chart;
9393
````
94-
Output
94+
##Output
9595

9696

9797

98-
See Also
98+
##See Also
9999

100-
[Axis labels for TimeSpanAxis in WPF (SfChart)](https://help.syncfusion.com/wpf/charts/axis#axis-labels)
100+
[Axis labels for TimeSpanAxis in WPF (SfChart)](https://help.syncfusion.com/wpf/charts/axis#axis-labels)
101101

102-
[How to display the axis labels in a particular format](https://www.syncfusion.com/kb/3318/how-to-display-the-axis-labels-in-a-particular-format-of-wpf-chart-sfchart)
102+
[How to display the axis labels in a particular format](https://www.syncfusion.com/kb/3318/how-to-display-the-axis-labels-in-a-particular-format-of-wpf-chart-sfchart)
103103

104-
[How to customize label formats of data-time axis during the interval transitions](https://www.syncfusion.com/kb/6940/how-to-customize-the-label-formats-of-date-time-axis-during-interval-transitions-in-wpf)
104+
[How to customize label formats of data-time axis during the interval transitions](https://www.syncfusion.com/kb/6940/how-to-customize-the-label-formats-of-date-time-axis-during-interval-transitions-in-wpf)
105105

0 commit comments

Comments
 (0)