diff --git a/aspnet-core/Chart/Trendlines.md b/aspnet-core/Chart/Trendlines.md index 7bba4d2e..f09a932b 100644 --- a/aspnet-core/Chart/Trendlines.md +++ b/aspnet-core/Chart/Trendlines.md @@ -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. @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -272,4 +272,4 @@ To display the legend item for trendline, use the **Name** property. You can int {% endhighlight %} -![](Trendlines_images/Trendlines_img11.png) \ No newline at end of file +![ASP.NET Core Chart Trendlines legend](Trendlines_images/Trendlines_img11.png) \ No newline at end of file diff --git a/aspnet-core/Gantt/Localization.md b/aspnet-core/Gantt/Localization.md index 4e457266..3883198f 100644 --- a/aspnet-core/Gantt/Localization.md +++ b/aspnet-core/Gantt/Localization.md @@ -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. @@ -328,4 +328,4 @@ ej.Gantt.Locale["fr-FR"] = { The following screenshot shows Gantt with French culture. -![](Localization_images/Localization_img1.png) \ No newline at end of file +![ASP.NET Core Gantt localization](Localization_images/Localization_img1.png) \ No newline at end of file diff --git a/aspnet-core/Sparkline/Public-Methods-and-Events.md b/aspnet-core/Sparkline/Public-Methods-and-Events.md index 7bcba2e7..e2317efb 100644 --- a/aspnet-core/Sparkline/Public-Methods-and-Events.md +++ b/aspnet-core/Sparkline/Public-Methods-and-Events.md @@ -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() diff --git a/aspnet-core/Spreadsheet/Data-Binding.md b/aspnet-core/Spreadsheet/Data-Binding.md index a0448c92..e704b181 100644 --- a/aspnet-core/Spreadsheet/Data-Binding.md +++ b/aspnet-core/Spreadsheet/Data-Binding.md @@ -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. @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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)