From 523072b297f20782c6762d7906cd1582e5e0e615 Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Tue, 4 Apr 2023 17:54:49 +0300 Subject: [PATCH 1/2] ASP.NET Core Site Audit --- aspnet-core/Chart/3D-Chart.md | 32 ++++++++++++++-------------- aspnet-core/CircularGauge/Ticks.md | 10 ++++----- aspnet-core/Diagram/Undo-and-Redo.md | 4 ++-- aspnet-core/TreeGrid/Data-Binding.md | 14 ++++++------ aspnet-core/TreeGrid/Summary-Row.md | 14 ++++++------ 5 files changed, 37 insertions(+), 37 deletions(-) diff --git a/aspnet-core/Chart/3D-Chart.md b/aspnet-core/Chart/3D-Chart.md index a37c3336..6f70a394 100644 --- a/aspnet-core/Chart/3D-Chart.md +++ b/aspnet-core/Chart/3D-Chart.md @@ -1,13 +1,13 @@ --- layout: post title: 3D Chart | Chart | ASP.NET CORE | Syncfusion -description: 3d chart +description: Learn here more about 3d chart support in Syncfusion Essential ASP.NET Core Charts Control, its elements, and more. platform: aspnet-core control: Chart documentation: ug --- -# 3D Chart +# 3D Chart in ASP.NET Core Charts Essential 3D chart for ASP.NET Core allows you to view 8 chart types in 3D view such as bar, stacking bar, stacking bar 100, column, stacked column, 100% stacked column, pie, and doughnut. @@ -29,7 +29,7 @@ For rendering a 3D column chart, specify the series type to **Column** in the ch {% endhighlight %} -![](3D-Chart_images/3D-Chart_img1.png) +![3D column chart in ASP.NET Core Chart](3D-Chart_images/3D-Chart_img1.png) ## 3D bar chart @@ -50,7 +50,7 @@ You can create a 3D bar chart by setting the series type to **Bar** in the chart {% endhighlight %} -![](3D-Chart_images/3D-Chart_img2.png) +![3D bar chart in ASP.NET Core Chart](3D-Chart_images/3D-Chart_img2.png) ## 3D stacked column chart @@ -76,7 +76,7 @@ You can create a 3D stacked column chart by setting the series type to **Stackin {% endhighlight %} -![](3D-Chart_images/3D-Chart_img3.png) +![3D stacked column chart in ASP.NET Core Chart](3D-Chart_images/3D-Chart_img3.png) ## 3D 100% stacked column chart @@ -101,7 +101,7 @@ You can create a 3D stacked column chart by setting the series type to **Stackin {% endhighlight %} -![](3D-Chart_images/3D-Chart_img4.png) +![3D 100% stacked column chart in ASP.NET Core Chart](3D-Chart_images/3D-Chart_img4.png) ## 3D stacked bar chart @@ -127,7 +127,7 @@ To create stacking bar 3D chart, set the series type to **StackingBar** in the c {% endhighlight %} -![](3D-Chart_images/3D-Chart_img5.png) +![3D stacked bar chart in ASP.NET Core Chart](3D-Chart_images/3D-Chart_img5.png) ## 3D 100% stacked bar chart @@ -153,7 +153,7 @@ You can create 100% stacking bar 3D chart by setting the series type to **Stacki {% endhighlight %} -![](3D-Chart_images/3D-Chart_img6.png) +![3D 100% stacked bar chart in ASP.NET Core Chart](3D-Chart_images/3D-Chart_img6.png) ## 3D pie chart @@ -174,7 +174,7 @@ To render the pie chart in 3D view, enable the **Enbel3D** option in the chart, {% endhighlight %} -![](3D-Chart_images/3D-Chart_img7.png) +![3D pie chart in ASP.NET Core Chart](3D-Chart_images/3D-Chart_img7.png) ## 3D doughnut chart @@ -195,7 +195,7 @@ To render the doughnut chart in 3D view, enable the **Enbel3D** option in the ch {% endhighlight %} -![](3D-Chart_images/3D-Chart_img8.png) +![3D doughnut chart in ASP.NET Core Chart](3D-Chart_images/3D-Chart_img8.png) ## Configure 3D chart @@ -215,7 +215,7 @@ To render the chart in 3D view, set the **Enable3D** option to true in the chart {% endhighlight %} -![](3D-Chart_images/3D-Chart_img9.png) +![3D view in ASP.NET Core Chart](3D-Chart_images/3D-Chart_img9.png) ### Placing bar/column kind of series side-by-side @@ -233,7 +233,7 @@ The **SideBySideSeriesPlacement** property defines the appearance of the differe {% endhighlight %} -![](3D-Chart_images/3D-Chart_img10.png) +![Placing bar/column kind of series side-by-side in ASP.NET Core Chart](3D-Chart_images/3D-Chart_img10.png) ### Setting axis wall size @@ -251,7 +251,7 @@ In 3D chart, Cartesian axes lines are represented as walls, and they define the {% endhighlight %} -![](3D-Chart_images/3D-Chart_img11.png) +![Setting axis wall size in ASP.NET Core Chart](3D-Chart_images/3D-Chart_img11.png) ### 3D depth @@ -269,7 +269,7 @@ By using the **Depth** property, you can view the 3D chart from the front view o {% endhighlight %} -![](3D-Chart_images/3D-Chart_img12.png) +![3D depth in ASP.NET Core Chart](3D-Chart_images/3D-Chart_img12.png) ### Rotating and tilting 3D chart @@ -287,7 +287,7 @@ To spin the 3D chart by dragging the mouse, enable **EnableRotation** option in {% endhighlight %} -![](3D-Chart_images/3D-Chart_img13.png) +![Rotating and tilting 3D chart in ASP.NET Core Chart](3D-Chart_images/3D-Chart_img13.png) ### PerspectiveAngle @@ -304,4 +304,4 @@ The **PerspectiveAngle** specifies the appearance of the height, width, depth, a {% endhighlight %} -![](3D-Chart_images/3D-Chart_img14.png) \ No newline at end of file +![PerspectiveAngle in ASP.NET Core Chart](3D-Chart_images/3D-Chart_img14.png) \ No newline at end of file diff --git a/aspnet-core/CircularGauge/Ticks.md b/aspnet-core/CircularGauge/Ticks.md index 4a530aea..78a1b124 100644 --- a/aspnet-core/CircularGauge/Ticks.md +++ b/aspnet-core/CircularGauge/Ticks.md @@ -1,13 +1,13 @@ --- layout: post -title: Ticks | CircularGauge | Syncfusion -description: ticks +title: Ticks in ASP.NET Core CircularGauge Control | Syncfusion +description: Learn here more about ticks support in Syncfusion Essential ASP.NET Core Circular Gauge Control, its elements, and more. platform: aspnet-core control: CircularGauge documentation: ug --- -# Ticks +# Ticks in ASP.NET Core Circular Gauge Ticks are used to mark some values on the scale. Based on the tick’s value you can set the labels on the required position. @@ -31,7 +31,7 @@ Tick collection is directly added to the scale object. Refer the following code {% endhighlight %} Execute the above code to render the following output. -![](Ticks_images/Ticks_img1.png) +![Adding Tick Collection in ASP.NET Core Circular Gauge](Ticks_images/Ticks_img1.png) Circular Gauge with tick collection {:.caption} @@ -62,7 +62,7 @@ placement="@TickPlacement.Near" distance-from-scale="5"> Execute the above code to render the following output. -![](Ticks_images/Ticks_img2.png) +![Tick Customization in ASP.NET Core Circular Gauge](Ticks_images/Ticks_img2.png) Circular Gauge with tick customization {:.caption} diff --git a/aspnet-core/Diagram/Undo-and-Redo.md b/aspnet-core/Diagram/Undo-and-Redo.md index 70b3e961..ac024e2c 100644 --- a/aspnet-core/Diagram/Undo-and-Redo.md +++ b/aspnet-core/Diagram/Undo-and-Redo.md @@ -1,13 +1,13 @@ --- layout: post title: Undo and Redo | Diagram | ASP.NET CORE | Syncfusion -description: undo and redo +description: Learn here more about undo and redo support in Syncfusion Essential ASP.NET Core Diagram Control, its elements, and more. platform: aspnet-core control: Diagram documentation: ug --- -# History Manager +# History Manager in ASP.NET Core Diagram Diagram tracks the history of actions that are performed after loading the time and provides support to reverse and restore those changes. diff --git a/aspnet-core/TreeGrid/Data-Binding.md b/aspnet-core/TreeGrid/Data-Binding.md index 5486a0da..ad37901a 100644 --- a/aspnet-core/TreeGrid/Data-Binding.md +++ b/aspnet-core/TreeGrid/Data-Binding.md @@ -1,13 +1,13 @@ --- layout: post title: Data Binding | TreeGrid | ASP.NET Core | Syncfusion -description: data binding +description: Learn here more about data binding support in Syncfusion Essential ASP.NET Core TreeGrid Control, its elements, and more. platform: aspnet-core control: TreeGrid documentation: ug --- -# Data Binding +# Data Binding in ASP.NET Core TreeGrid Data Binding is the process that establishes a connection between the application and different kinds of data sources such as business objects. @@ -290,7 +290,7 @@ The following code example shows you how to bind the Hierarchical local data int The output of the above steps is as follows: -![](Data-Binding_images/Data-Binding_img1.png) +![Hierarchy Datasource Binding in ASP.NET Core TreeGrid](Data-Binding_images/Data-Binding_img1.png) @@ -484,7 +484,7 @@ TreeGrid is rendered from Self-Referential data structures by providing two fiel The following screenshot shows the output of the above steps, -![](Data-Binding_images/Data-Binding_img2.png) +![Self-Referential Data Binding in ASP.NET Core TreeGrid](Data-Binding_images/Data-Binding_img2.png) ## Remote data binding @@ -530,8 +530,8 @@ The following code explains how to use Load on Demand in TreeGrid Control, The output for load on demand support in TreeGrid: -![](Data-Binding_images/Data-Binding_img3.png) -![](Data-Binding_images/Data-Binding_img4.png) +![Remote data binding in ASP.NET Core TreeGrid](Data-Binding_images/Data-Binding_img3.png) +![Load on demand in ASP.NET Core TreeGrid](Data-Binding_images/Data-Binding_img4.png) The following code snippet shows on how to enable load on demand support using [`EnableLoadOnDemand`](https://help.syncfusion.com/api/js/ejtreegrid#members:enableLoadOnDemand "enableLoadOnDemand") property. @@ -547,7 +547,7 @@ The following code snippet shows on how to enable load on demand support using The following output shows how load on demand works for expanding action -![](Data-Binding_images/Data-Binding_img5.png) +![Load on demand works for expanding action in ASP.NET Core TreeGrid](Data-Binding_images/Data-Binding_img5.png) ### Load at once: diff --git a/aspnet-core/TreeGrid/Summary-Row.md b/aspnet-core/TreeGrid/Summary-Row.md index 6914a91d..814e4280 100644 --- a/aspnet-core/TreeGrid/Summary-Row.md +++ b/aspnet-core/TreeGrid/Summary-Row.md @@ -1,13 +1,13 @@ --- layout: post -title: Summary-Row -description: summary row +title: Summary Row in ASP.NET Core TreeGrid Control | Syncfusion +description: Learn here more about summary row support in Syncfusion Essential ASP.NET Core TreeGrid Control, its elements, and more. platform: aspnet-core control: TreeGrid documentation: ug --- -# Summary Row +# Summary Row in ASP.NET Core TreeGrid Summary rows in TreeGrid is used to summarize every hierarchy with the set of predefined summary types using the column values. @@ -45,7 +45,7 @@ The below code snippet explains defining a summary row in TreeGrid, {% endhighlight %} The below screenshot shows the output of above code example. -![](SummaryRows_images/SummaryRows_img1.png) +![Defining summary columns in ASP.NET Core TreeGrid](SummaryRows_images/SummaryRows_img1.png) ## Customize height of total summary @@ -57,7 +57,7 @@ The below code example shows how to update the footer summary container height. {% endhighlight %} The below screenshot shows the output of above code example. -![](SummaryRows_images/SummaryRows_img2.png) +![Customize height of total summary in ASP.NET Core TreeGrid](SummaryRows_images/SummaryRows_img2.png) ## Expand/collapse total summary row @@ -75,7 +75,7 @@ Please find the below code example to enable collapsible total summary row in Tr //.. {% endhighlight %} -![](SummaryRows_images/SummaryRows_img3.png) +![Using Expander Icon in ASP.NET Core TreeGrid](SummaryRows_images/SummaryRows_img3.png) N> We can also customize the expander icon column in total summary row by using `_summaryColumnIndex` property and `load` event. @@ -125,4 +125,4 @@ Custom summary can be used to create summary values based on your required custo The output of the tree grid with custom summary value is as follows. -![](SummaryRows_images/CustomSummary_img1.png) +![Custom Summary in ASP.NET Core TreeGrid](SummaryRows_images/CustomSummary_img1.png) From a1c47e62d6bc3a36ecb7eff8ec6848ee0e64fbca Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Wed, 5 Apr 2023 11:22:49 +0300 Subject: [PATCH 2/2] made changes --- aspnet-core/Diagram/Undo-and-Redo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet-core/Diagram/Undo-and-Redo.md b/aspnet-core/Diagram/Undo-and-Redo.md index ac024e2c..62c78d13 100644 --- a/aspnet-core/Diagram/Undo-and-Redo.md +++ b/aspnet-core/Diagram/Undo-and-Redo.md @@ -7,7 +7,7 @@ control: Diagram documentation: ug --- -# History Manager in ASP.NET Core Diagram +# Undo and Redo in ASP.NET Core Diagram Diagram tracks the history of actions that are performed after loading the time and provides support to reverse and restore those changes.