Plot |
public class PlotCommonColumnsCommand
The PlotCommonColumnsCommand type exposes the following members.
Name | Description | |
---|---|---|
PlotCommonColumnsCommand | Initializes a new instance of the PlotCommonColumnsCommand class |
Name | Description | |
---|---|---|
Tables | The tables that contain the common columns to plot. | |
XCommonColumnNameForPlot | Name of the x column to use for the plot. If this member is null, the current X column of each y column to plot is used. | |
YCommonColumnNamesForPlotting | Names of the y columns to plot. For each name, the columns in all the tables where used to build a plot group of plot items, resulting in n plot groups containing m plot items, where n is the number of selected column names, and m is the number of tables. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Execute | Executes the 'Plot common column' command. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetCommonColumnNamesOrderedByAppearanceInFirstTable | Gets all the names of the columns common to all tables in the order as the columns appear in the first table. | |
GetCommonColumnNamesUnordered | Gets all the names of the columns common to all tables in a unordered fashion. | |
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) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
_tables | ||
_yCommonColumnNamesForPlotting |