TTMSFNCGanttChartFilter Class
Builds and applies task filters for the chart.
API unit family: TMSFNCGanttChart
Inherits from: TTMSFNCCustomFilterBuilder
Syntax
TTMSFNCGanttChartFilter = class(TTMSFNCCustomFilterBuilder)
Properties
| Name | Description |
|---|---|
| FilterHierarchyMode | Controls whether matching parent or child tasks remain visible with filtered tasks. |
Methods
| Name | Description |
|---|---|
| AddAND | Adds an AND filter expression for a task property. |
| AddOR | Adds an OR filter expression for a task property. |
| Clear | Clears all filter expressions. |
| ClearFilter | Clears the active filter and refreshes the chart. |
| HasFilter | Returns whether a filter exists for the specified task property. |
| Parse | Parses filter text and applies the resulting expressions. |
| RemovePropertyFilter | Removes filter expressions for the specified task property. |