From 86c6e5e9772e42e79d04fdcaa3f4894812c3f2dc Mon Sep 17 00:00:00 2001 From: Edithabich Date: Fri, 12 Apr 2024 11:09:03 +0300 Subject: [PATCH 1/2] SEO-180844-aspnetmvc-refering-page --- aspnetmvc/Chart/Exporting.md | 4 ++-- aspnetmvc/DateTimePicker/Time-Interval.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aspnetmvc/Chart/Exporting.md b/aspnetmvc/Chart/Exporting.md index 4f4337d58..971c27411 100644 --- a/aspnetmvc/Chart/Exporting.md +++ b/aspnetmvc/Chart/Exporting.md @@ -1,13 +1,13 @@ --- layout: post title: Exporting |Chart | ASP.NET MVC | Syncfusion -description: Learn how to export Chart as excel file or image. +description: Learn here about how to export chart as excel file or image with Syncfusion Essential ASP.NET MVC Chart control, it's elements and more.. platform: ejmvc control: Chart documentation: ug --- -# Exporting Chart +# Exporting in ASP.NET MVC Chart Component Exporting a chart can be done in both client-side and in server-side. This can be modified by setting values to the property “mode” in exporting. Default value for mode is client. diff --git a/aspnetmvc/DateTimePicker/Time-Interval.md b/aspnetmvc/DateTimePicker/Time-Interval.md index 361ecb779..4d4d94dc7 100644 --- a/aspnetmvc/DateTimePicker/Time-Interval.md +++ b/aspnetmvc/DateTimePicker/Time-Interval.md @@ -1,13 +1,13 @@ --- layout: post title: Time Interval | DateTimePicker | ASP.NET MVC | Syncfusion -description: time interval +description: Learn hera about time interval with Syncfusion Essential ASP.NET MVC DateTimePicker Control, its elements and more. platform: ejmvc control: DateTimePicker documentation: ug --- -# Time Interval +# Time Interval in ASP.NET MVC DateTimePicker You can set time interval between two adjacent time values in the time popup manually using the “Interval” property. By default the value of the “Interval” property is 30 minutes. Setting this value as 60 is considered as 1 hour. Sometimes you need to update for every hour work log reports. In that case to select time from time popup window with 1 hour interval to update the every 1 hour report you can use Interval option by setting time interval value as “60 minutes”. From 38b520e7f514915b721da08a00bc56b8cbd46a12 Mon Sep 17 00:00:00 2001 From: Edithabich Date: Fri, 12 Apr 2024 11:48:16 +0300 Subject: [PATCH 2/2] fixed CI issues --- aspnetmvc/Chart/Exporting.md | 6 +++--- ...rting_img1.png => aspnetmvc-chart-exporting.png} | Bin ...2.png => aspnetmvc-chart-multiple-exporting.png} | Bin ...orting_img3.png => aspnetmvc-chart-rotation.png} | Bin aspnetmvc/DateTimePicker/Time-Interval.md | 2 +- ...g => aspnetmvc-datetimepicker-time-interval.png} | Bin 6 files changed, 4 insertions(+), 4 deletions(-) rename aspnetmvc/Chart/Exporting_images/{Exporting_img1.png => aspnetmvc-chart-exporting.png} (100%) rename aspnetmvc/Chart/Exporting_images/{Exporting_img2.png => aspnetmvc-chart-multiple-exporting.png} (100%) rename aspnetmvc/Chart/Exporting_images/{Exporting_img3.png => aspnetmvc-chart-rotation.png} (100%) rename aspnetmvc/DateTimePicker/Time-Interval_images/{Time-Interval_img1.png => aspnetmvc-datetimepicker-time-interval.png} (100%) diff --git a/aspnetmvc/Chart/Exporting.md b/aspnetmvc/Chart/Exporting.md index 971c27411..4badbc786 100644 --- a/aspnetmvc/Chart/Exporting.md +++ b/aspnetmvc/Chart/Exporting.md @@ -195,7 +195,7 @@ public void ExportChart(string Data, string ChartModel) Excel exporting is a server-side operation. In addition have to refer Syncfusion.XlsIO assembly to export as excel. -![](Exporting_images/Exporting_img1.png) +![Excel exporting in ASP.NET MVC Chart.](Exporting_images/aspnetmvc-chart-exporting.png) ## Multiple Chart Excel Exporting @@ -265,7 +265,7 @@ Export multiple chart to excel at server-side -![](Exporting_images/Exporting_img2.png) +![ASP.NET MVC Chart exporting.](Exporting_images/aspnetmvc-chart-multiple-exporting.png) ## Naming the exported file @@ -282,7 +282,7 @@ We can also rotate the chart and can export it. Possible angles of rotation are {% endhighlight %} -![](Exporting_images/Exporting_img3.png) +![Rotating the ASP.NET MVC Chart.](Exporting_images/aspnetmvc-chart-rotation.png) ## Setting orientation for the document diff --git a/aspnetmvc/Chart/Exporting_images/Exporting_img1.png b/aspnetmvc/Chart/Exporting_images/aspnetmvc-chart-exporting.png similarity index 100% rename from aspnetmvc/Chart/Exporting_images/Exporting_img1.png rename to aspnetmvc/Chart/Exporting_images/aspnetmvc-chart-exporting.png diff --git a/aspnetmvc/Chart/Exporting_images/Exporting_img2.png b/aspnetmvc/Chart/Exporting_images/aspnetmvc-chart-multiple-exporting.png similarity index 100% rename from aspnetmvc/Chart/Exporting_images/Exporting_img2.png rename to aspnetmvc/Chart/Exporting_images/aspnetmvc-chart-multiple-exporting.png diff --git a/aspnetmvc/Chart/Exporting_images/Exporting_img3.png b/aspnetmvc/Chart/Exporting_images/aspnetmvc-chart-rotation.png similarity index 100% rename from aspnetmvc/Chart/Exporting_images/Exporting_img3.png rename to aspnetmvc/Chart/Exporting_images/aspnetmvc-chart-rotation.png diff --git a/aspnetmvc/DateTimePicker/Time-Interval.md b/aspnetmvc/DateTimePicker/Time-Interval.md index 4d4d94dc7..620de2112 100644 --- a/aspnetmvc/DateTimePicker/Time-Interval.md +++ b/aspnetmvc/DateTimePicker/Time-Interval.md @@ -25,7 +25,7 @@ You can set time interval between two adjacent time values in the time popup man 2. The following screenshot displays the output for the above code. - ![](Time-Interval_images/Time-Interval_img1.png) + ![Time interval in ASP.NET MVC DateTimePicker.](Time-Interval_images/aspnetmvc-datetimepicker-time-interval.png) Showcase for DateTimePicker with I hour interval in time picker popup {:.caption} diff --git a/aspnetmvc/DateTimePicker/Time-Interval_images/Time-Interval_img1.png b/aspnetmvc/DateTimePicker/Time-Interval_images/aspnetmvc-datetimepicker-time-interval.png similarity index 100% rename from aspnetmvc/DateTimePicker/Time-Interval_images/Time-Interval_img1.png rename to aspnetmvc/DateTimePicker/Time-Interval_images/aspnetmvc-datetimepicker-time-interval.png