Plot |
public class PlotCommands
The PlotCommands type exposes the following members.
| Name | Description | |
|---|---|---|
| PlotCommands | Initializes a new instance of the PlotCommands class |
| Name | Description | |
|---|---|---|
| CreatePlotItems(DataTable, IAscendingIntegerCollection, G2DPlotStyleCollection) | ||
| CreatePlotItems(IEnumerableDataColumn, G2DPlotStyleCollection, IReadOnlyPropertyBag) | ||
| 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. | |
| 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 | ||
| PlotStyle_Line | ||
| PlotStyle_Line_Symbol | ||
| PlotStyle_LineArea | ||
| PlotStyle_Symbol | ||
| ToString | Returns a string that represents the current object. (Inherited from Object) |