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.3179.0 (4.8.3179.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
Methods
 NameDescription
Public methodStatic memberCreatePlotItems(DataTable, IAscendingIntegerCollection, G2DPlotStyleCollection) 
Public methodStatic memberCreatePlotItems(IEnumerableDataColumn, G2DPlotStyleCollection, IReadOnlyPropertyBag) 
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 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 
Public methodStatic memberPlotStyle_Line 
Public methodStatic memberPlotStyle_Line_Symbol 
Public methodStatic memberPlotStyle_LineArea 
Public methodStatic memberPlotStyle_Symbol 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also