Click or drag to resize

PlotCommands Class

PlotCommands contains methods for creating different plot types.
Inheritance Hierarchy
SystemObject
  Altaxo.Worksheet.CommandsPlotCommands

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

The PlotCommands type exposes the following members.

Constructors
 NameDescription
Public methodPlotCommandsInitializes a new instance of the PlotCommands class
Top
Properties
 NameDescription
Public propertyStatic memberGroupStyle_Bar Gets a group-style collection for bar plots.
Public propertyStatic memberGroupStyle_Color_Line Gets a group-style collection for color and line grouping.
Public propertyStatic memberGroupStyle_Color_Line_Symbol Gets a group-style collection for color, line, and symbol grouping.
Public propertyStatic memberGroupStyle_Color_Symbol Gets a group-style collection for color and symbol grouping.
Public propertyStatic memberGroupStyle_RelativeStack_Bar Gets a group-style collection for relatively stacked bar plots.
Public propertyStatic memberGroupStyle_RelativeStack_Color_Line Gets a group-style collection for relatively stacked color and line grouping.
Public propertyStatic memberGroupStyle_Stack_Bar Gets a group-style collection for stacked bar plots.
Public propertyStatic memberGroupStyle_Stack_Color_Line Gets a group-style collection for stacked color and line grouping.
Public propertyStatic memberGroupStyle_Waterfall_Color_Line Gets a group-style collection for waterfall color and line grouping.
Top
Methods
 NameDescription
Public methodStatic memberCreatePlotItems(DataTable, IAscendingIntegerCollection, G2DPlotStyleCollection) Creates plot items from the selected worksheet columns.
Public methodStatic memberCreatePlotItems(IEnumerableDataColumn, G2DPlotStyleCollection, IReadOnlyPropertyBag) Creates a list of plot items from data columns, using a template plot style.
Public methodStatic memberCreatePlotItems(IEnumerableDataColumn, G2DPlotStyleCollection, HashSetDataColumn, IReadOnlyPropertyBag) Creates a list of plot items from data columns, using a template plot style.
Public methodStatic memberCreatePlotItems(IEnumerableDataColumn, String, G2DPlotStyleCollection, HashSetDataColumn, IReadOnlyPropertyBag) Creates a list of plot items from data columns, using a template plot style.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
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 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 methodStatic memberPlot 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).
Public methodStatic memberPlotBarChartNormal Plots the currently selected data columns of a worksheet as horzizontal bar diagram.
Public methodStatic memberPlotBarChartRelativeStack Plots the currently selected data columns of a worksheet as horzizontal bar diagram.
Public methodStatic memberPlotBarChartStack Plots the currently selected data columns of a worksheet as horzizontal bar diagram.
Public methodStatic memberPlotColumnChartNormal Plots the currently selected data columns of a worksheet as horzizontal bar diagram.
Public methodStatic memberPlotColumnChartRelativeStack Plots the currently selected data columns of a worksheet as horzizontal bar diagram.
Public methodStatic memberPlotColumnChartStack Plots the currently selected data columns of a worksheet as horzizontal bar diagram.
Public methodStatic memberPlotDensityImage Plots a density image of the selected columns.
Public methodStatic memberPlotDensityImageFromXYZ Plots a density image of the selected V-column. The X and Y columns are determined from the table.
Public methodStatic memberPlotLine(IWorksheetController, Boolean, Boolean, Boolean) Plots the currently selected data columns of a worksheet.
Public methodStatic memberPlotLine(DataTable, IAscendingIntegerCollection, Boolean, Boolean, String, Boolean) Plots selected data columns of a table.
Public methodStatic memberPlotLineArea Plots the currently selected data columns of a worksheet.
Public methodStatic memberPlotLinePolar Plots the currently selected data columns of a worksheet.
Public methodStatic memberPlotLineRelativeStack Plots the currently selected data columns of a worksheet.
Public methodStatic memberPlotLineStack Plots the currently selected data columns of a worksheet.
Public methodStatic memberPlotLineWaterfall Plots the currently selected data columns of a worksheet.
Public methodStatic memberPlotStyle_Bar Gets a plot style collection with a bar style.
Public methodStatic memberPlotStyle_Line Gets a plot style collection with a line style.
Public methodStatic memberPlotStyle_Line_Symbol Gets a plot style collection with both line and symbol styles.
Public methodStatic memberPlotStyle_LineArea Gets a plot style collection with a line and an area style.
Public methodStatic memberPlotStyle_Symbol Gets a plot style collection with a symbol (scatter) style.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also