class anychart.core.pert.CriticalPath Improve this Doc
Extends: anychart.core.Base
Pert critical path settings collector.
Methods Overview
| Specific settings | |
| milestones() | Milestones settings. | 
| tasks() | Tasks settings. | 
Methods Description
milestones
Getter for milestones settings.
Returns:
anychart.core.pert.Milestones - The milestones settings.Try it:
Setter for milestones settings.
Params:
| Name | Type | Description | 
|---|---|---|
| settings | Object | Milestones settings to set. | 
Returns:
anychart.core.pert.CriticalPath - Self instance for method chaining.Try it:
tasks
Setter for tasks settings object.
Params:
| Name | Type | Description | 
|---|---|---|
| settings | Object | Tasks settings to set. | 
Returns:
anychart.core.pert.CriticalPath - Self instance for method chaining.Try it:
