Skip to content

Commit fcb452e

Browse files
Merge pull request #176 from syncfusion-content/SEO-2344_Site_Audit_Issues
SEO-2370_Site_Audit_Issues
2 parents e03fdaf + 73f26b4 commit fcb452e

File tree

4 files changed

+30
-30
lines changed

4 files changed

+30
-30
lines changed

aspnet-core/Chart/Trendlines.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
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.
55
platform: aspnet-core
66
control: Chart
77
documentation: ug
88
---
99

10-
# Trendlines
10+
# Trendlines in ASP.NET Core Chart
1111

1212
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.
1313

@@ -27,7 +27,7 @@ Chart can generate trendlines for Cartesian type series such as line, column, sc
2727

2828
{% endhighlight %}
2929

30-
![](Trendlines_images/Trendlines_img1.png)
30+
![ASP.NET Core Chart Customize the trendline styles](Trendlines_images/Trendlines_img1.png)
3131

3232
## Customize the trendline styles
3333

@@ -49,7 +49,7 @@ A trendline can be customized by using the properties such as **Fill**, **Width*
4949

5050
{% endhighlight %}
5151

52-
![](Trendlines_images/Trendlines_img2.png)
52+
![ASP.NET Core Chart Types of trendline](Trendlines_images/Trendlines_img2.png)
5353

5454

5555
## Types of trendline
@@ -83,7 +83,7 @@ To render linear trendline, set the type to **Linear**.
8383

8484
{% endhighlight %}
8585

86-
![](Trendlines_images/Trendlines_img3.png)
86+
![ASP.NET Core Chart Exponential](Trendlines_images/Trendlines_img3.png)
8787

8888
### Exponential
8989

@@ -105,7 +105,7 @@ Exponential trendline can be rendered by setting the type to **Exponential**.
105105

106106
{% endhighlight %}
107107

108-
![](Trendlines_images/Trendlines_img4.png)
108+
![ASP.NET Core Chart Logarithmic](Trendlines_images/Trendlines_img4.png)
109109

110110
### Logarithmic
111111

@@ -127,7 +127,7 @@ Logarithmic trendline can be rendered by setting the type to **Logarithmic**.
127127

128128
{% endhighlight %}
129129

130-
![](Trendlines_images/Trendlines_img5.png)
130+
![ASP.NET Core Chart Power](Trendlines_images/Trendlines_img5.png)
131131

132132

133133
### Power
@@ -150,7 +150,7 @@ Power trendline can be rendered by setting the type to **Power**.
150150

151151
{% endhighlight %}
152152

153-
![](Trendlines_images/Trendlines_img6.png)
153+
![ASP.NET Core Chart Polynomial](Trendlines_images/Trendlines_img6.png)
154154

155155

156156
### Polynomial
@@ -173,7 +173,7 @@ Polynomial trendline can be rendered by setting the type to **Polynomial**. You
173173

174174
{% endhighlight %}
175175

176-
![](Trendlines_images/Trendlines_img7.png)
176+
![ASP.NET Core Chart MovingAverage](Trendlines_images/Trendlines_img7.png)
177177

178178

179179
### MovingAverage
@@ -196,7 +196,7 @@ Moving average trendline can be rendered by setting the type to **MovingAverage*
196196

197197
{% endhighlight %}
198198

199-
![](Trendlines_images/Trendlines_img8.png)
199+
![ASP.NET Core Chart Forecasting](Trendlines_images/Trendlines_img8.png)
200200

201201

202202
## Forecasting
@@ -226,7 +226,7 @@ The value set for **ForwardForecast** is used to determine the distance moving t
226226

227227
{% endhighlight %}
228228

229-
![](Trendlines_images/Trendlines_img9.png)
229+
![ASP.NET Core Chart Forward forecasting](Trendlines_images/Trendlines_img9.png)
230230

231231

232232
### Backward forecasting
@@ -249,7 +249,7 @@ The value set for the **BackwardForecast** is used to determine the past trends.
249249

250250
{% endhighlight %}
251251

252-
![](Trendlines_images/Trendlines_img10.png)
252+
![ASP.NET Core Chart Backward forecasting](Trendlines_images/Trendlines_img10.png)
253253

254254

255255
## Trendlines legend
@@ -272,4 +272,4 @@ To display the legend item for trendline, use the **Name** property. You can int
272272

273273
{% endhighlight %}
274274

275-
![](Trendlines_images/Trendlines_img11.png)
275+
![ASP.NET Core Chart Trendlines legend](Trendlines_images/Trendlines_img11.png)

aspnet-core/Gantt/Localization.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
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.
55
platform: aspnet-core
66
control: Gantt
77
documentation: ug
88
---
9-
# Localization
9+
# Localization in ASP.NET Core Gantt
1010

1111
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.
1212

@@ -328,4 +328,4 @@ ej.Gantt.Locale["fr-FR"] = {
328328

329329
The following screenshot shows Gantt with French culture.
330330

331-
![](Localization_images/Localization_img1.png)
331+
![ASP.NET Core Gantt localization](Localization_images/Localization_img1.png)

aspnet-core/Sparkline/Public-Methods-and-Events.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: Public Methods and Events
4-
description: Public Methods and Events in Sparkline.
3+
title: Public Methods and Events in ASP.NET Core Sparkline Control | Syncfusion
4+
description: Learn here about Public Methods and Events in Syncfusion Essential ASP.NET Core Sparkline Control, its elements, and more.
55
platform: aspnet-core
66
control: Sparkline
77
documentation: ug
88
---
99

1010

11-
## Methods
11+
# Public Methods and Events in ASP.NET Core Sparkline
1212

1313

1414
### redraw()

aspnet-core/Spreadsheet/Data-Binding.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
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.
44
platform: aspnet-core
55
control: Spreadsheet
66
documentation: ug
77
---
8-
# Data Binding
8+
# Data Binding in ASP.NET Core Spreadsheet
99

1010
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.
1111

@@ -51,7 +51,7 @@ namespace MVCSampleBrowser.Controllers
5151
{% endtabs %}
5252

5353
The following output is displayed as a result of the above code snippets.
54-
![](Data-Binding_images/Data-Binding_img1.png)
54+
![ASP.NET Core Spreadsheet Remote Data](Data-Binding_images/Data-Binding_img1.png)
5555

5656
## Remote Data
5757

@@ -71,7 +71,7 @@ To bind remote data to the Spreadsheet, you can assign a service data as an inst
7171
{% endhighlight %}
7272

7373
The following output is displayed as a result of the above code snippets.
74-
![](Data-Binding_images/Data-Binding_img2.png)
74+
![ASP.NET Core Spreadsheet Offline Mode](Data-Binding_images/Data-Binding_img2.png)
7575

7676
### Offline Mode
7777

@@ -93,7 +93,7 @@ The following code illustrates Offline data binding for Spreadsheet,
9393
{% endhighlight %}
9494

9595
The following output is displayed as a result of the above code snippets.
96-
![](Data-Binding_images/Data-Binding_img2.png)
96+
![ASP.NET Core Spreadsheet HTML Table Data](Data-Binding_images/Data-Binding_img2.png)
9797

9898
## HTML Table Data
9999

@@ -168,7 +168,7 @@ An HTML Table element can also be used as the data source of Spreadsheet. To use
168168
{% endhighlight %}
169169

170170
The following output is displayed as a result of the above code snippets.
171-
![](Data-Binding_images/Data-Binding_img3.png)
171+
![ASP.NET Core Spreadsheet Cell Binding](Data-Binding_images/Data-Binding_img3.png)
172172

173173
## Ways to bind data in Spreadsheet
174174

@@ -391,7 +391,7 @@ You can specify particular row with `index` property and its height with `height
391391
{% endhighlight %}
392392

393393
The following output is displayed as a result of the above code snippets.
394-
![](Data-Binding_images/Data-Binding_img4.png)
394+
![ASP.NET Core Spreadsheet Range Binding](Data-Binding_images/Data-Binding_img4.png)
395395

396396
### Range Binding
397397

@@ -507,7 +507,7 @@ namespace MVCSampleBrowser.Controllers
507507
{% endtabs %}
508508
The following output is displayed as a result of the above code snippets.
509509

510-
![](Data-Binding_images/Data-Binding_img5.png)
510+
![ASP.NET Core Spreadsheet Sheet Binding](Data-Binding_images/Data-Binding_img5.png)
511511

512512
### Sheet Binding
513513

@@ -596,5 +596,5 @@ The following code illustrates sheet binding in Spreadsheet
596596
{% endhighlight %}
597597

598598
The following output is displayed as a result of the above code snippets.
599-
![](Data-Binding_images/Data-Binding_img6.png)
599+
![ASP.NET Core Spreadsheet data binding](Data-Binding_images/Data-Binding_img6.png)
600600

0 commit comments

Comments
 (0)