Skip to content

Commit be94e33

Browse files
author
NitheeshkumarThangaraj
authored
Update README.md
1 parent cc3a37c commit be94e33

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# How-to-customize-the-axis-label-format-based-on-the-culture-in-WPF-range-navigator
2-
This article explains how to customize the axis label format based on culture in [Syncfusion WPF SfDateTimeRangeNavigator](https://help.syncfusion.com/wpf/range-selector/getting-started) as shown in the following image.
32

4-
![](Output.png)
3+
The [Syncfusion WPF SfDateTimeRangeNavigator](https://help.syncfusion.com/wpf/range-selector/getting-started) control allows you to visualize and navigate through a range of data. One of its powerful features is the ability to customize the axis label format based on the user's culture settings. This is particularly useful in globalized applications where date, time, and number formats vary by region.
54

65
This can be achieved by using the LowerBarLabelsCreated event in SfDateTimeRangeNavigator for formatting the axis labels. SfDateTimeRangeNavigator allows you to the change axis label format, based on any culture like Chinese, French etc.
76

@@ -57,8 +56,15 @@ private void RangeNavigator_LowerBarLabelsCreated(object sender, Syncfusion.UI.X
5756
}
5857
}
5958
```
59+
## Output
60+
61+
![](Output.png)
62+
63+
## Troubleshooting
64+
65+
If you are facing a path too long exception when building this example project, close Visual Studio and rename the repository to short and build the project.
6066

61-
KB article - [How-to-customize-the-axis-label-format-based-on-the-culture-in-WPF-range-navigator](https://www.syncfusion.com/kb/12207/how-to-customize-the-axis-label-format-based-on-the-culture-in-wpf-sfdatetimerangenavigator)
67+
For step by step process, refer this KB article - [How-to-customize-the-axis-label-format-based-on-the-culture-in-WPF-range-navigator](https://www.syncfusion.com/kb/12207/how-to-customize-the-axis-label-format-based-on-the-culture-in-wpf-sfdatetimerangenavigator)
6268

6369
## See Also
6470

0 commit comments

Comments
 (0)