Click or drag to resize

XAndYColumn Constructor

Overload List
 NameDescription
Public methodXAndYColumn(XAndYColumn) Initializes a new instance by copying the state from another XAndYColumn.
Public methodXAndYColumn(DataTable, Int32) Initializes a new instance for a single X and Y column bound to the specified data table and group.
Protected methodXAndYColumn(IXmlDeserializationInfo, Int32)Initializes a new instance of the XAndYColumn class
Protected methodXAndYColumn(DataTable, Int32, IReadableColumn, IReadableColumn)Initializes a new instance of the XAndYColumn class
Protected methodXAndYColumn(DataTableProxy, Int32, IReadableColumnProxy, IReadableColumnProxy) Initializes a new instance of the IndependentAndDependentColumns class from given proxies of DataTable and columns. This constructor is intended for internal use only, e.g. for creating copies of existing instances. ATTENTION: The proxies are not cloned!
Top
See Also