You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
This sample demonstrate how to format TimeSpanAxis label based on axis interval in WPF (SfChart)
3
3
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)
4
4
5
-
[Xaml]
5
+
##[Xaml]
6
6
````
7
7
<chart:SfChart>
8
8
<chart:SfChart.DataContext>
@@ -43,7 +43,7 @@ WPF SfChart provides support for formatting axis labels based on axis intervals
43
43
</chart:SfChart>
44
44
````
45
45
46
-
[C#]
46
+
##[C#]
47
47
````
48
48
SfChart chart = new SfChart();
49
49
this.DataContext = new ViewModel();
@@ -91,15 +91,15 @@ WPF SfChart provides support for formatting axis labels based on axis intervals
91
91
chart.Series.Add(series);
92
92
this.Content = chart;
93
93
````
94
-
Output
94
+
##Output
95
95
96
96
97
97
98
-
See Also
98
+
##See Also
99
99
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)
101
101
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)
103
103
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)
0 commit comments