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: aspnet-core/Chart/Trendlines.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
layout: post
3
3
title: Trendlines | Chart | ASP.NET Core | Syncfusion
4
-
description: What are the different types of trendlines available in chart.
4
+
description: What are the different types of trendlines available in Syncfusion Essential ASP.NET Core Chart Control, its elements, and more.
5
5
platform: aspnet-core
6
6
control: Chart
7
7
documentation: ug
8
8
---
9
9
10
-
# Trendlines
10
+
# Trendlines in ASP.NET Core Chart
11
11
12
12
Chart can generate trendlines for Cartesian type series such as line, column, scatter, area, candle, HiLo, etc., except bar type series. You can add more than one trendline object to the **Trendlines** option.
13
13
@@ -27,7 +27,7 @@ Chart can generate trendlines for Cartesian type series such as line, column, sc
27
27
28
28
{% endhighlight %}
29
29
30
-

30
+

31
31
32
32
## Customize the trendline styles
33
33
@@ -49,7 +49,7 @@ A trendline can be customized by using the properties such as **Fill**, **Width*
49
49
50
50
{% endhighlight %}
51
51
52
-

52
+

53
53
54
54
55
55
## Types of trendline
@@ -83,7 +83,7 @@ To render linear trendline, set the type to **Linear**.
Copy file name to clipboardExpand all lines: aspnet-core/Gantt/Localization.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
2
layout: post
3
-
title: Localization
4
-
description: localization
3
+
title: Localization in ASP.NET Core Gantt Control | Syncfusion
4
+
description: Learn here about localization support in Syncfusion Essential ASP.NET Core Gantt Control, its elements, and more.
5
5
platform: aspnet-core
6
6
control: Gantt
7
7
documentation: ug
8
8
---
9
-
# Localization
9
+
# Localization in ASP.NET Core Gantt
10
10
11
11
Localization is the process of customizing the User Interface (UI) based on a culture, specific to a particular country or region, in order to display regional data. The culture is represented by a unique string like `en-US` for US English and `fr-FR` for French.
12
12
@@ -328,4 +328,4 @@ ej.Gantt.Locale["fr-FR"] = {
328
328
329
329
The following screenshot shows Gantt with French culture.
Copy file name to clipboardExpand all lines: aspnet-core/Spreadsheet/Data-Binding.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
-
title: Data binding with Spreadsheet widget for Syncfusion Essential ASP.NET Core
3
-
description: How to perform Data Binding and configure its properties like dataSource, query etc.
2
+
title: Data binding in ASP.NET Core Spreadsheet Control | Syncfusion
3
+
description: Learn here about Data binding in Syncfusion Essential ASP.NET Core Spreadsheet Control, its elements, and more.
4
4
platform: aspnet-core
5
5
control: Spreadsheet
6
6
documentation: ug
7
7
---
8
-
# Data Binding
8
+
# Data Binding in ASP.NET Core Spreadsheet
9
9
10
10
Spreadsheet can be populated with external datasource using `datasource` property. The `datasource` property can be assigned either with the instance of `e-datamanager` or JSON data array collection. Spreadsheet supports three different kinds of Data binding.
0 commit comments