diff --git a/aspnetmvc/Chart/Exporting.md b/aspnetmvc/Chart/Exporting.md index 4f4337d58..4badbc786 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. @@ -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 361ecb779..620de2112 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”. @@ -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