From f259fd536deb97272de8779b801a434d5ec17cd4 Mon Sep 17 00:00:00 2001 From: Sharly-Atieno <95272441+Sharly-Atieno@users.noreply.github.com> Date: Thu, 11 May 2023 20:19:03 +0300 Subject: [PATCH 1/3] SEO-3446 - ASP.NET Core --- aspnet-core/Chart/Appearance.md | 20 +++++++++--------- ...g1.png => aspnetcore-chart-appearance.png} | Bin ...> aspnetcore-chart-area-customization.png} | Bin ...nce_img8.png => aspnetcore-chart-area.png} | Bin ... => aspnetcore-chart-background-image.png} | Bin ...mg9.png => aspnetcore-chart-grid-band.png} | Bin ... aspnetcore-chart-level-customization.png} | Bin ...e_img6.png => aspnetcore-chart-margin.png} | Bin ...ore-chart-series-border-customization.png} | Bin ...ce_img2.png => aspnetcore-chart-theme.png} | Bin 10 files changed, 10 insertions(+), 10 deletions(-) rename aspnet-core/Chart/Appearance_images/{Appearance_img1.png => aspnetcore-chart-appearance.png} (100%) rename aspnet-core/Chart/Appearance_images/{Appearance_img5.png => aspnetcore-chart-area-customization.png} (100%) rename aspnet-core/Chart/Appearance_images/{Appearance_img8.png => aspnetcore-chart-area.png} (100%) rename aspnet-core/Chart/Appearance_images/{Appearance_img7.png => aspnetcore-chart-background-image.png} (100%) rename aspnet-core/Chart/Appearance_images/{Appearance_img9.png => aspnetcore-chart-grid-band.png} (100%) rename aspnet-core/Chart/Appearance_images/{Appearance_img3.png => aspnetcore-chart-level-customization.png} (100%) rename aspnet-core/Chart/Appearance_images/{Appearance_img6.png => aspnetcore-chart-margin.png} (100%) rename aspnet-core/Chart/Appearance_images/{Appearance_img4.png => aspnetcore-chart-series-border-customization.png} (100%) rename aspnet-core/Chart/Appearance_images/{Appearance_img2.png => aspnetcore-chart-theme.png} (100%) diff --git a/aspnet-core/Chart/Appearance.md b/aspnet-core/Chart/Appearance.md index db3ae137..c83060e2 100644 --- a/aspnet-core/Chart/Appearance.md +++ b/aspnet-core/Chart/Appearance.md @@ -7,7 +7,7 @@ control: Chart documentation: ug --- -# Appearance +# Appearance in ASP.NET Core Chart ## Custom color palette @@ -24,7 +24,7 @@ The chart displays different series in different colors, by default. You can cus {% endhighlight %} -![](Appearance_images/Appearance_img1.png) +![Custom color palette in APS.NET Core Chart](Appearance_images/aspnetcore-chart-appearance.png) N> The color palette is applied to the points in accumulation type of series @@ -53,7 +53,7 @@ You can set the desired theme by using the **Theme** property. The default theme {% endhighlight %} -![](Appearance_images/Appearance_img2.png) +![Theme in ASP.NET Core Chart](Appearance_images/aspnetcore-chart-theme.png) ## Point level customization @@ -74,7 +74,7 @@ Marker, data label, and fill color of each point in a series can be customized i {% endhighlight %} -![](Appearance_images/Appearance_img3.png) +![Level Customization in ASP.NET Core Chart](Appearance_images/aspnetcore-chart-level-customization.png) ## Series border customization @@ -94,7 +94,7 @@ To customize the series border color, width, and dash array, use **Series.Border {% endhighlight %} -![](Appearance_images/Appearance_img4.png) +![Series border customization in ASP.NET Core Chart](Appearance_images/aspnetcore-chart-series-border-customization.png) ## Chart area customization @@ -111,7 +111,7 @@ The chart background can be customized by using the **Background** property. To {% endhighlight %} -![](Appearance_images/Appearance_img5.png) +![Area customization in ASP.NET Core Chart](Appearance_images/aspnetcore-chart-area-customization.png) **Chart Margin** @@ -127,7 +127,7 @@ The chart background can be customized by using the **Background** property. To {% endhighlight %} -![](Appearance_images/Appearance_img6.png) +![Margin in ASP.NET Core Chart](Appearance_images/aspnetcore-chart-margin.png) **Setting background image** @@ -142,7 +142,7 @@ Background image can be added to the chart by using the **BackGroundImageUrl** p {% endhighlight %} -![](Appearance_images/Appearance_img7.png) +![Background image in ASP.NET Core Chart](Appearance_images/aspnetcore-chart-background-image.png) **Chart area background** @@ -160,7 +160,7 @@ The chart area background can be customized by using the **Background** property {% endhighlight %} -![](Appearance_images/Appearance_img8.png) +![Chart area in ASP.NET Core](Appearance_images/aspnetcore-chart-area.png) ### Customize chart area grid bands @@ -178,7 +178,7 @@ You can provide different color for alternate grid's rows and columns formed by {% endhighlight %} -![](Appearance_images/Appearance_img9.png) +![Grid band in ASP.NET Core Chart](Appearance_images/aspnetcore-chart-grid-band.png) ### Animation diff --git a/aspnet-core/Chart/Appearance_images/Appearance_img1.png b/aspnet-core/Chart/Appearance_images/aspnetcore-chart-appearance.png similarity index 100% rename from aspnet-core/Chart/Appearance_images/Appearance_img1.png rename to aspnet-core/Chart/Appearance_images/aspnetcore-chart-appearance.png diff --git a/aspnet-core/Chart/Appearance_images/Appearance_img5.png b/aspnet-core/Chart/Appearance_images/aspnetcore-chart-area-customization.png similarity index 100% rename from aspnet-core/Chart/Appearance_images/Appearance_img5.png rename to aspnet-core/Chart/Appearance_images/aspnetcore-chart-area-customization.png diff --git a/aspnet-core/Chart/Appearance_images/Appearance_img8.png b/aspnet-core/Chart/Appearance_images/aspnetcore-chart-area.png similarity index 100% rename from aspnet-core/Chart/Appearance_images/Appearance_img8.png rename to aspnet-core/Chart/Appearance_images/aspnetcore-chart-area.png diff --git a/aspnet-core/Chart/Appearance_images/Appearance_img7.png b/aspnet-core/Chart/Appearance_images/aspnetcore-chart-background-image.png similarity index 100% rename from aspnet-core/Chart/Appearance_images/Appearance_img7.png rename to aspnet-core/Chart/Appearance_images/aspnetcore-chart-background-image.png diff --git a/aspnet-core/Chart/Appearance_images/Appearance_img9.png b/aspnet-core/Chart/Appearance_images/aspnetcore-chart-grid-band.png similarity index 100% rename from aspnet-core/Chart/Appearance_images/Appearance_img9.png rename to aspnet-core/Chart/Appearance_images/aspnetcore-chart-grid-band.png diff --git a/aspnet-core/Chart/Appearance_images/Appearance_img3.png b/aspnet-core/Chart/Appearance_images/aspnetcore-chart-level-customization.png similarity index 100% rename from aspnet-core/Chart/Appearance_images/Appearance_img3.png rename to aspnet-core/Chart/Appearance_images/aspnetcore-chart-level-customization.png diff --git a/aspnet-core/Chart/Appearance_images/Appearance_img6.png b/aspnet-core/Chart/Appearance_images/aspnetcore-chart-margin.png similarity index 100% rename from aspnet-core/Chart/Appearance_images/Appearance_img6.png rename to aspnet-core/Chart/Appearance_images/aspnetcore-chart-margin.png diff --git a/aspnet-core/Chart/Appearance_images/Appearance_img4.png b/aspnet-core/Chart/Appearance_images/aspnetcore-chart-series-border-customization.png similarity index 100% rename from aspnet-core/Chart/Appearance_images/Appearance_img4.png rename to aspnet-core/Chart/Appearance_images/aspnetcore-chart-series-border-customization.png diff --git a/aspnet-core/Chart/Appearance_images/Appearance_img2.png b/aspnet-core/Chart/Appearance_images/aspnetcore-chart-theme.png similarity index 100% rename from aspnet-core/Chart/Appearance_images/Appearance_img2.png rename to aspnet-core/Chart/Appearance_images/aspnetcore-chart-theme.png From 144aa02ddd11cc1c169f474fc63c89922fc8d320 Mon Sep 17 00:00:00 2001 From: Sharly-Atieno <95272441+Sharly-Atieno@users.noreply.github.com> Date: Fri, 12 May 2023 08:06:59 +0300 Subject: [PATCH 2/3] made changes --- aspnet-core/Chart/Appearance.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnet-core/Chart/Appearance.md b/aspnet-core/Chart/Appearance.md index c83060e2..fb4ba6ae 100644 --- a/aspnet-core/Chart/Appearance.md +++ b/aspnet-core/Chart/Appearance.md @@ -24,7 +24,7 @@ The chart displays different series in different colors, by default. You can cus {% endhighlight %} -![Custom color palette in APS.NET Core Chart](Appearance_images/aspnetcore-chart-appearance.png) +![Appearance in APS.NET Core Chart](Appearance_images/aspnetcore-chart-appearance.png) N> The color palette is applied to the points in accumulation type of series @@ -74,7 +74,7 @@ Marker, data label, and fill color of each point in a series can be customized i {% endhighlight %} -![Level Customization in ASP.NET Core Chart](Appearance_images/aspnetcore-chart-level-customization.png) +![Level customization in ASP.NET Core Chart](Appearance_images/aspnetcore-chart-level-customization.png) ## Series border customization From 1dfb310dae0838ba89662ca9586435b8cdde2d3d Mon Sep 17 00:00:00 2001 From: Sharly-Atieno <95272441+Sharly-Atieno@users.noreply.github.com> Date: Wed, 17 May 2023 11:02:44 +0300 Subject: [PATCH 3/3] renamed images --- aspnet-core/Chart/Appearance.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/aspnet-core/Chart/Appearance.md b/aspnet-core/Chart/Appearance.md index fb4ba6ae..19aed880 100644 --- a/aspnet-core/Chart/Appearance.md +++ b/aspnet-core/Chart/Appearance.md @@ -53,7 +53,7 @@ You can set the desired theme by using the **Theme** property. The default theme {% endhighlight %} -![Theme in ASP.NET Core Chart](Appearance_images/aspnetcore-chart-theme.png) +![Built-in themes in ASP.NET Core Chart](Appearance_images/aspnetcore-chart-theme.png) ## Point level customization @@ -74,7 +74,7 @@ Marker, data label, and fill color of each point in a series can be customized i {% endhighlight %} -![Level customization in ASP.NET Core Chart](Appearance_images/aspnetcore-chart-level-customization.png) +![Point level customization in ASP.NET Core Chart](Appearance_images/aspnetcore-chart-level-customization.png) ## Series border customization @@ -111,7 +111,7 @@ The chart background can be customized by using the **Background** property. To {% endhighlight %} -![Area customization in ASP.NET Core Chart](Appearance_images/aspnetcore-chart-area-customization.png) +![Chart area customization in ASP.NET Core](Appearance_images/aspnetcore-chart-area-customization.png) **Chart Margin** @@ -127,7 +127,7 @@ The chart background can be customized by using the **Background** property. To {% endhighlight %} -![Margin in ASP.NET Core Chart](Appearance_images/aspnetcore-chart-margin.png) +![Chart margin in ASP.NET Core](Appearance_images/aspnetcore-chart-margin.png) **Setting background image** @@ -142,7 +142,7 @@ Background image can be added to the chart by using the **BackGroundImageUrl** p {% endhighlight %} -![Background image in ASP.NET Core Chart](Appearance_images/aspnetcore-chart-background-image.png) +![Setting background image in ASP.NET Core Chart](Appearance_images/aspnetcore-chart-background-image.png) **Chart area background** @@ -178,7 +178,7 @@ You can provide different color for alternate grid's rows and columns formed by {% endhighlight %} -![Grid band in ASP.NET Core Chart](Appearance_images/aspnetcore-chart-grid-band.png) +![Customize chart area grid bands in ASP.NET Core](Appearance_images/aspnetcore-chart-grid-band.png) ### Animation