API Reference
TableArtifactColumn
Describes one table artifact column.
Inheritance
- Object
- TableArtifactColumn
Constructors
TableArtifactColumn(System.String arg1, System.String arg2, ChartForgeX.VisualArtifacts.TableArtifactColumnType arg3, ChartForgeX.Typography.TextAlignment arg4, System.Nullable{System.Double} arg5) #Initializes a table artifact column.
Parameters
- arg1 System.String
- arg2 System.String
- arg3 ChartForgeX.VisualArtifacts.TableArtifactColumnType
- arg4 ChartForgeX.Typography.TextAlignment
- arg5 System.Nullable{System.Double}
Properties
Id #Gets or sets the stable column identifier.
Label #Gets or sets the display label.
Type #Gets or sets the logical column type.
Alignment #Gets or sets the static preview text alignment.
Width #Gets or sets an optional width hint in pixels.
Searchable #Gets or sets whether this column participates in host search.
Sortable #Gets or sets whether this column participates in host sorting.
Filterable #Gets or sets whether this column participates in host filtering.
Copyable #Gets or sets whether this column participates in copy operations.
Exportable #Gets or sets whether this column participates in export operations.
Metadata #Gets column metadata for host adapters and exporters.