MasterCurveDataControllerAvailableItems_PutDataToPlotItems Method |
Puts the selected data columns into the plot content, either at the first position(s), or immediately before the first selected item.
Namespace: Altaxo.Gui.Science.ThermorheologyAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void AvailableItems_PutDataToPlotItems(
bool toLast
)
Parameters
- toLast Boolean
- true to append the items; false to insert them before the first selected item.
See Also