Click or drag to resize

PlotCommonColumnsCommand Class

Saves the options for the 'Plot common columns' command and contains the logic to execute that command with the stored options.
Inheritance Hierarchy
SystemObject
  Altaxo.Worksheet.CommandsPlotCommonColumnsCommand

Namespace: Altaxo.Worksheet.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class PlotCommonColumnsCommand

The PlotCommonColumnsCommand type exposes the following members.

Constructors
 NameDescription
Public methodPlotCommonColumnsCommandInitializes a new instance of the PlotCommonColumnsCommand class
Top
Properties
 NameDescription
Public propertyTablesThe tables that contain the common columns to plot.
Public propertyXCommonColumnNameForPlot 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.
Public propertyYCommonColumnNamesForPlottingNames 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.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExecute Executes the 'Plot common column' command.
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetCommonColumnNamesOrderedByAppearanceInFirstTable Gets all the names of the columns common to all tables in the order as the columns appear in the first table.
Public methodGetCommonColumnNamesUnordered Gets all the names of the columns common to all tables in a unordered fashion.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
See Also