API Reference
Class
ChartTable
A structured, themeable table visual block.
Inheritance
- Object
- ChartTable
Methods
AddColumn(System.String arg1, ChartForgeX.Typography.TextAlignment arg2, System.Nullable{System.Double} arg3, System.String arg4) #Adds one table column.
Parameters
- arg1 System.String
- arg2 ChartForgeX.Typography.TextAlignment
- arg3 System.Nullable{System.Double}
- arg4 System.String
Create() #Creates a new chart table.
WithDenseMode(System.Boolean arg1) #Sets whether compact row sizing is used.
Parameters
- arg1 System.Boolean
WithHeader(System.Boolean arg1) #Sets whether the header row is rendered.
Parameters
- arg1 System.Boolean
WithRow(System.Int32 arg1, System.Action{ChartForgeX.VisualBlocks.ChartTableRow} arg2) #Configures one existing row.
Parameters
- arg1 System.Int32
- arg2 System.Action{ChartForgeX.VisualBlocks.ChartTableRow}
WithRowStriping(System.Boolean arg1) #Sets whether alternating row backgrounds are rendered.
Parameters
- arg1 System.Boolean