Plot |
The PlotCommands type exposes the following members.
| Name | Description | |
|---|---|---|
| CreatePlotItems(DataTable, IAscendingIntegerCollection, G2DPlotStyleCollection) | Creates plot items from the selected worksheet columns. | |
| CreatePlotItems(IEnumerableDataColumn, G2DPlotStyleCollection, IReadOnlyPropertyBag) | Creates a list of plot items from data columns, using a template plot style. | |
| CreatePlotItems(IEnumerableDataColumn, G2DPlotStyleCollection, HashSetDataColumn, IReadOnlyPropertyBag) | Creates a list of plot items from data columns, using a template plot style. | |
| CreatePlotItems(IEnumerableDataColumn, String, G2DPlotStyleCollection, HashSetDataColumn, IReadOnlyPropertyBag) | Creates a list of plot items from data columns, using a template plot style. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Plot | Plots selected data columns of a table. The graph must already exist. The graph is then shown in the project (a graph window is opened for it). | |
| PlotBarChartNormal | Plots the currently selected data columns of a worksheet as horzizontal bar diagram. | |
| PlotBarChartRelativeStack | Plots the currently selected data columns of a worksheet as horzizontal bar diagram. | |
| PlotBarChartStack | Plots the currently selected data columns of a worksheet as horzizontal bar diagram. | |
| PlotColumnChartNormal | Plots the currently selected data columns of a worksheet as horzizontal bar diagram. | |
| PlotColumnChartRelativeStack | Plots the currently selected data columns of a worksheet as horzizontal bar diagram. | |
| PlotColumnChartStack | Plots the currently selected data columns of a worksheet as horzizontal bar diagram. | |
| PlotDensityImage | Plots a density image of the selected columns. | |
| PlotDensityImageFromXYZ | Plots a density image of the selected V-column. The X and Y columns are determined from the table. | |
| PlotLine(IWorksheetController, Boolean, Boolean, Boolean) | Plots the currently selected data columns of a worksheet. | |
| PlotLine(DataTable, IAscendingIntegerCollection, Boolean, Boolean, String, Boolean) | Plots selected data columns of a table. | |
| PlotLineArea | Plots the currently selected data columns of a worksheet. | |
| PlotLinePolar | Plots the currently selected data columns of a worksheet. | |
| PlotLineRelativeStack | Plots the currently selected data columns of a worksheet. | |
| PlotLineStack | Plots the currently selected data columns of a worksheet. | |
| PlotLineWaterfall | Plots the currently selected data columns of a worksheet. | |
| PlotStyle_Bar | Gets a plot style collection with a bar style. | |
| PlotStyle_Line | Gets a plot style collection with a line style. | |
| PlotStyle_Line_Symbol | Gets a plot style collection with both line and symbol styles. | |
| PlotStyle_LineArea | Gets a plot style collection with a line and an area style. | |
| PlotStyle_Symbol | Gets a plot style collection with a symbol (scatter) style. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |