Skip to content

Commit 69e8eb5

Browse files
Merge branch 'JS-59203-MVCHistogram' into 'hotfix/hotfix-v16.3.0.21'
MVC Histogram Changes See merge request content/asp.netmvc-docs!1203
2 parents 232eb98 + 528d73d commit 69e8eb5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aspnetmvc/Gantt/HistogramView.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ documentation: ug
99

1010
# Resource Histogram
1111

12-
Resource histogram displays the scheduled working time range of resources for its assigned tasks. Using this, you can easily identify the resource availability and it’s working time. The resource histogram is used to allocate the resources properly throughout the project and find the details about allocated resources and allocated time range of specific resource.
12+
A resource histogram displays the scheduled working time range of resources for its assigned tasks. Using this, you can easily identify the resource's availability and its working time. The resource histogram is used to allocate the resources properly throughout the project and find the details about allocated resources and the allocated time ranges of a specific resource.
1313

14-
## DataBinding
14+
## Databinding
1515
You can render the histogram view for both project view Gantt and resource view Gantt by using the `ViewType` as `GanttViewType.HistogramView`.
1616
The following code example explains how to bind the resource histogram view for project view Gantt.
1717
{% highlight CSHTML %}

aspnetmvc/Gantt/Working-time-range.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The following screen shot shows working time range in Gantt control.
4141

4242
## Highlight working time range
4343

44-
Highlight the working time range with background color by using the `DayWorkingTime.Background` property. You can highlight the non-working time ranges in a day. To do this, set the `HighlightNonWorkingTime` property to `true`. To customize the non-working time background, use the `NonWorkingBackground` property.
44+
Highlight the working time range with a background color by using the `DayWorkingTime.Background` property. You can highlight the non-working time ranges in a day. To do this, set the `HighlightNonWorkingTime` property to `true`. To customize the non-working time background, use the `NonWorkingBackground` property.
4545

4646
The following code snippet explains how to define the working time range with background in Gantt.
4747

0 commit comments

Comments
 (0)