Delegate TaskBarTextConverter
Delegate TaskBarTextConverter
Namespace: Aspose.Tasks.Visualization
Assembly: Aspose.Tasks.dll (25.2.0)
Custom converter of task’s data to bar text.
public delegate string TaskBarTextConverter(Task task)
Parameters
task
Task
Task for which task bar’s text will be rendered.
Returns
Text to render for a bar corresponding to the specified task.