Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions aspnet-core/Chart/Trendlines.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Trendlines | Chart | ASP.NET Core | Syncfusion
description: What are the different types of trendlines available in chart.
description: What are the different types of trendlines available in Syncfusion Essential ASP.NET Core Chart Control, its elements, and more.
platform: aspnet-core
control: Chart
documentation: ug
---

# Trendlines
# Trendlines in ASP.NET Core Chart

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.

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

{% endhighlight %}

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

## Customize the trendline styles

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

{% endhighlight %}

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


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

{% endhighlight %}

![](Trendlines_images/Trendlines_img3.png)
![ASP.NET Core Chart Exponential](Trendlines_images/Trendlines_img3.png)

### Exponential

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

{% endhighlight %}

![](Trendlines_images/Trendlines_img4.png)
![ASP.NET Core Chart Logarithmic](Trendlines_images/Trendlines_img4.png)

### Logarithmic

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

{% endhighlight %}

![](Trendlines_images/Trendlines_img5.png)
![ASP.NET Core Chart Power](Trendlines_images/Trendlines_img5.png)


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

{% endhighlight %}

![](Trendlines_images/Trendlines_img6.png)
![ASP.NET Core Chart Polynomial](Trendlines_images/Trendlines_img6.png)


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

{% endhighlight %}

![](Trendlines_images/Trendlines_img7.png)
![ASP.NET Core Chart MovingAverage](Trendlines_images/Trendlines_img7.png)


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

{% endhighlight %}

![](Trendlines_images/Trendlines_img8.png)
![ASP.NET Core Chart Forecasting](Trendlines_images/Trendlines_img8.png)


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

{% endhighlight %}

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


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

{% endhighlight %}

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


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

{% endhighlight %}

![](Trendlines_images/Trendlines_img11.png)
![ASP.NET Core Chart Trendlines legend](Trendlines_images/Trendlines_img11.png)
8 changes: 4 additions & 4 deletions aspnet-core/Gantt/Localization.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
layout: post
title: Localization
description: localization
title: Localization in ASP.NET Core Gantt Control | Syncfusion
description: Learn here about localization support in Syncfusion Essential ASP.NET Core Gantt Control, its elements, and more.
platform: aspnet-core
control: Gantt
documentation: ug
---
# Localization
# Localization in ASP.NET Core Gantt

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.

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

The following screenshot shows Gantt with French culture.

![](Localization_images/Localization_img1.png)
![ASP.NET Core Gantt localization](Localization_images/Localization_img1.png)
6 changes: 3 additions & 3 deletions aspnet-core/Sparkline/Public-Methods-and-Events.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Public Methods and Events
description: Public Methods and Events in Sparkline.
title: Public Methods and Events in ASP.NET Core Sparkline Control | Syncfusion
description: Learn here about Public Methods and Events in Syncfusion Essential ASP.NET Core Sparkline Control, its elements, and more.
platform: aspnet-core
control: Sparkline
documentation: ug
---


## Methods
# Public Methods and Events in ASP.NET Core Sparkline


### redraw()
Expand Down
20 changes: 10 additions & 10 deletions aspnet-core/Spreadsheet/Data-Binding.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Data binding with Spreadsheet widget for Syncfusion Essential ASP.NET Core
description: How to perform Data Binding and configure its properties like dataSource, query etc.
title: Data binding in ASP.NET Core Spreadsheet Control | Syncfusion
description: Learn here about Data binding in Syncfusion Essential ASP.NET Core Spreadsheet Control, its elements, and more.
platform: aspnet-core
control: Spreadsheet
documentation: ug
---
# Data Binding
# Data Binding in ASP.NET Core Spreadsheet

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.

Expand Down Expand Up @@ -51,7 +51,7 @@ namespace MVCSampleBrowser.Controllers
{% endtabs %}

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

## Remote Data

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

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

### Offline Mode

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

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

## HTML Table Data

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

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

## Ways to bind data in Spreadsheet

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

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

### Range Binding

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

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

### Sheet Binding

Expand Down Expand Up @@ -596,5 +596,5 @@ The following code illustrates sheet binding in Spreadsheet
{% endhighlight %}

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