| | Name | Description |
|---|
 | XYAndZColumn(XYAndZColumn) |
Initializes a new instance by copying the state from another XYAndZColumn.
|
 | XYAndZColumn(DataTable, Int32) |
Initializes a new instance for a single X and Y column bound to the specified data table and group.
|
 | XYAndZColumn(IXmlDeserializationInfo, Int32) |
Initializes a new instance from XML deserialization data.
|
 | XYAndZColumn(DataTable, Int32, IReadableColumn, IReadableColumn, IReadableColumn) |
Initializes a new instance for the specified X, Y, and Z columns.
|
 | XYAndZColumn(DataTableProxy, Int32, IReadableColumnProxy, IReadableColumnProxy, IReadableColumnProxy) |
Initializes a new instance of the XYAndZColumn class from the given table and column proxies.
This constructor is intended for internal use only, for example when creating copies of existing instances.
Attention: the proxies are not cloned.
|