PlotCommands3DPlot Method |
Plots selected data columns of a table.
Namespace: Altaxo.Worksheet.CommandsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static IGraphController Plot(
DataTable table,
IAscendingIntegerCollection selectedColumns,
GraphDocument graph,
G3DPlotStyleCollection templatePlotStyle,
PlotGroupStyleCollection groupStyles
)
Parameters
- table DataTable
- The source table.
- selectedColumns IAscendingIntegerCollection
- The data columns of the table that should be plotted.
- graph GraphDocument
- The graph document to plot into.
- templatePlotStyle G3DPlotStyleCollection
- The plot style which is the template for all plot items.
- groupStyles PlotGroupStyleCollection
- The group styles for the newly built plot item collection.
Return Value
IGraphController[Missing <returns> documentation for "M:Altaxo.Worksheet.Commands.PlotCommands3D.Plot(Altaxo.Data.DataTable,Altaxo.Collections.IAscendingIntegerCollection,Altaxo.Graph.Graph3D.GraphDocument,Altaxo.Graph.Graph3D.Plot.Styles.G3DPlotStyleCollection,Altaxo.Graph.Graph3D.Plot.Groups.PlotGroupStyleCollection)"]
See Also