Browse our Products
Aspose.Tasks for .NET 6.9.0 Release Notes
Public API and Backwards Incompatible Changes
The following public properties have been added:
| Name | Description |
|---|---|
| GanttChartView.NonWorkingTimeColor | The color used for non-working time. |
| Resource.GUID | The generated unique identification code for the resource. |
| SaveOptions.UseGradientBrush | Determines whether to use gradient brush when rendering a Gantt chart. |
| AssignmentViewColumn.Field | Column field. |
| GanttChartColumn.Field | Column field. |
| ResourceViewColumn.Field | Column field. |
The following public values were added to existing enumerations:
| Name | Description |
|---|---|
| BarItemType.Milestone | Milestone task item type. |
| BarShape.None | No bar shape. |
| PresentationFormat.TaskSheet | TaskSheet presentation format. |
The following public methods were added to the existing classes:
| Name | Description |
|---|---|
| ProjectView.GetDefaultTaskSheetView | Returns a project view which includes the ID, indicators, name, duration, start, finish, predecessors and resource names task columns. |