Browse our Products
Aspose.Tasks for C++ 24.9 Release Notes
This page contains release notes information for Aspose.Tasks for C++ 24.9
All Changes
Key | Summary | Issue Type |
---|---|---|
TASKSNET-11283 | Add support for rendering RectangleBottom, LineMiddle, LineTop task bars middle shapes | Enhancement |
TASKSNET-11278 | Add TaskUid to TaskValidationException | Enhancement |
TASKSNET-11280 | Fix indents are included to task names when rendering bar texts in Gantt chart | Bug |
TASKSNET-11274 | Fix calculation of assignments peak units | Bug |
TASKSNET-11273 | Fix calculation of ActualDuration and Duration by work for resource assignments with non-flat work contour | Bug |
TASKSNET-11264 | Fix reading of timephased data for the file with intersection of working exception and calendar exception | Bug |
TASKSNET-11245 | Add baseline bars rendering in Gantt chart | Bug |
TASKSNET-11240 | Fix rendering of Gantt chart bars | Bug |
Public API and Backwards Incompatible Changes
The following public methods and properties were added: | Description |
---|---|
Aspose.Tasks.TaskValidationException.Task | Gets the task which caused the exception. |
Aspose.Tasks.Visualization.BarStyle.StartShapeType | Gets or sets a type of the start shape. |
Aspose.Tasks.Visualization.BarStyle.EndShapeType | Gets or sets a type of the end shape. |
Aspose.Tasks.Visualization.BarStyle.From | Gets or sets a start point position of the gantt bar. |
Aspose.Tasks.Visualization.BarStyle.To | Gets or sets a finish point position of the gantt bar. |
The following public enumerations were added: | Description |
---|---|
Aspose.Tasks.Visualization.BarShape.HalfHeightBottom | Indicates bottom-aligned half height rectangle bar shape. |
Aspose.Tasks.Visualization.BarShape.LineTop | Indicates top-aligned line shape. |
Aspose.Tasks.Visualization.Shape.Circle | Indicates Circle shape. |