API Reference
Class
WorkloadListBlock
A dashboard card for people, workload, or ranked rows with avatar slots and progress rails.
Inheritance
- Object
- WorkloadListBlock
Methods
AddPerson(System.String arg1, System.String arg2, System.Double arg3, System.Double arg4, ChartForgeX.VisualBlocks.VisualStatus arg5, System.String arg6, System.String arg7, System.Nullable{ChartForgeX.Primitives.ChartColor} arg8, System.String arg9, System.Boolean arg10) #Adds a person workload row.
Parameters
- arg1 System.String
- arg2 System.String
- arg3 System.Double
- arg4 System.Double
- arg5 ChartForgeX.VisualBlocks.VisualStatus
- arg6 System.String
- arg7 System.String
- arg8 System.Nullable{ChartForgeX.Primitives.ChartColor}
- arg9 System.String
- arg10 System.Boolean
Create() #Creates a new workload list block.
WithAction(System.String arg1, System.String arg2, System.String arg3) #Sets optional footer action text.
Parameters
- arg1 System.String
- arg2 System.String
- arg3 System.String
WithDividers(System.Boolean arg1) #Sets whether row dividers are shown.
Parameters
- arg1 System.Boolean
WithProgressRails(System.Boolean arg1) #Sets whether progress rails are shown.
Parameters
- arg1 System.Boolean
WithSelectionControls(System.Boolean arg1) #Sets whether checkbox-style selection controls are shown.
Parameters
- arg1 System.Boolean
Properties
Rows #Gets workload rows.
ShowProgressRails #Gets or sets whether progress rails are shown.
ShowSelectionControls #Gets or sets whether checkbox-style selection controls are shown.
ShowDividers #Gets or sets whether row dividers are shown.
ActionLabel #Gets optional footer action text.
ActionSymbol #Gets optional footer action symbol.
ActionUrl #Gets optional footer action URL for SVG/HTML outputs.