API Reference
Class
ChartList
A themeable list visual block.
Inheritance
- Object
- ChartList
Methods
AddCheckItem(System.String arg1, System.Boolean arg2, System.String arg3) #Adds a checklist item.
Parameters
- arg1 System.String
- arg2 System.Boolean
- arg3 System.String
AddItem(System.String arg1, System.String arg2) #Adds a list item.
Parameters
- arg1 System.String
- arg2 System.String
AddStatusItem(System.String arg1, ChartForgeX.VisualBlocks.VisualStatus arg2, System.String arg3) #Adds a status-colored list item.
Parameters
- arg1 System.String
- arg2 ChartForgeX.VisualBlocks.VisualStatus
- arg3 System.String
Create() #Creates a new chart list.
WithDenseMode(System.Boolean arg1) #Sets whether compact row sizing is used.
Parameters
- arg1 System.Boolean
WithMarker(ChartForgeX.VisualBlocks.VisualListMarker arg1) #Sets the marker style.
Parameters
- arg1 ChartForgeX.VisualBlocks.VisualListMarker