The TableColumnCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Add(DataColumn) |
Adds a table plot column for the specified data column.
|
![]() |
Add(VirtualColumn) |
Adds a table plot column for the specified virtual column.
|
![]() |
Add(DataColumn, TypeIdentifier) |
Adds a table plot column with a value renderer for the specified data
column.
|
![]() |
Add(VirtualColumn, TypeIdentifier) |
Adds a table plot column with a value
renderer for the specified virtual column.
|
![]() |
AddRange(IEnumerableDataColumn) |
Adds multiple data columns to the table plot.
|
![]() |
AddRange(IEnumerableVirtualColumn) |
Adds multiple virtual columns to the table plot.
|
![]() |
Clear |
Clears the collection.
|
![]() |
Contains(DataColumn) |
Determines if a data column is present in the collection.
|
![]() |
Contains(VirtualColumn) |
Determines if a virtual column is present in the collection.
|
![]() |
GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Remove(DataColumn) |
Removes a data column from the table plot.
|
![]() |
Remove(VirtualColumn) |
Removes a virtual column from the table plot.
|
![]() |
SetValueRenderer(DataColumn, TypeIdentifier) |
Sets the value renderer for the plot column corresponding
to a given data column.
|
![]() |
SetValueRenderer(VirtualColumn, TypeIdentifier) |
Sets the value renderer for the plot column corresponding to a
given virtual column.
|
![]() |
TryGetTableColumn(DataColumn, TableColumn) |
Gets the table column for a given data column provided it is present in the collection.
|
![]() |
TryGetTableColumn(VirtualColumn, TableColumn) |
Gets the table column for a given virtual column provided it is present in the collection.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerableGetEnumerator |
Returns an enumerator that iterates through a collection.
|
![]() ![]() |
IServiceProviderGetService |
Implements IServiceProvider.
(Inherited from Node.) |
![]() ![]() |
INodeContextGetAncestorT |
Implements GetAncestorT.
(Inherited from DocumentNode.) |
![]() ![]() |
INodeContextGetServiceT |
Implements GetServiceT.
(Inherited from DocumentNode.) |
![]() ![]() |
INodeContextIsDescendantOf |
Implements IsDescendantOf(DocumentNode).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsBeginAggregatedTransaction |
Implements BeginAggregatedTransaction.
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteInvisibleTransaction |
Implements ExecuteInvisibleTransaction(Executor).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteStickyTransaction |
Implements ExecuteStickyTransaction(Guid, Executor).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteTransaction |
Implements ExecuteTransaction(Executor).
(Inherited from DocumentNode.) |
See Also