AnyChart
API Reference
Still have questions?
Contact support
Top

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.
Setter for milestones settings.

Params:

NameTypeDescription
settingsObjectMilestones settings to set.

Returns:

anychart.core.pert.CriticalPath - Self instance for method chaining.

tasks

Getter for tasks settings.

Returns:

anychart.core.pert.Tasks - The tasks settings.
Setter for tasks settings object.

Params:

NameTypeDescription
settingsObjectTasks settings to set.

Returns:

anychart.core.pert.CriticalPath - Self instance for method chaining.