Click or drag to resize

PlotCommands3D Class

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

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

The PlotCommands3D type exposes the following members.

Constructors
 NameDescription
Public methodPlotCommands3DInitializes a new instance of the PlotCommands3D class
Top
Properties
 NameDescription
Public propertyStatic memberGroupStyle_Bar Gets a group-style collection for 3D bar plots.
Public propertyStatic memberGroupStyle_Color_Line Gets a group-style collection for colored 3D line plots.
Public propertyStatic memberGroupStyle_Color_Line_Symbol Gets a group-style collection for colored 3D line-and-symbol plots.
Public propertyStatic memberGroupStyle_Color_Symbol Gets a group-style collection for colored 3D symbol plots.
Public propertyStatic memberGroupStyle_RelativeStack_Bar Gets a group-style collection for relatively stacked 3D bar plots.
Public propertyStatic memberGroupStyle_RelativeStack_Color_Line Gets a group-style collection for relatively stacked colored 3D line plots.
Public propertyStatic memberGroupStyle_Stack_Bar Gets a group-style collection for stacked 3D bar plots.
Public propertyStatic memberGroupStyle_Stack_Color_Line Gets a group-style collection for stacked colored 3D line plots.
Top
Methods
 NameDescription
Public methodStatic memberCreatePlotItems(DataTable, IAscendingIntegerCollection, G3DPlotStyleCollection) Creates 3D plot items from the selected worksheet columns.
Public methodStatic memberCreatePlotItems(IEnumerableDataColumn, G3DPlotStyleCollection, IReadOnlyPropertyBag) Creates 3D plot items from the specified columns.
Public methodStatic memberCreatePlotItems(IEnumerableDataColumn, G3DPlotStyleCollection, HashSetDataColumn, IReadOnlyPropertyBag) Creates a list of plot items from data columns, using a template plot style.
Public methodStatic memberCreatePlotItems(IEnumerableDataColumn, String, String, G3DPlotStyleCollection, 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.
Public methodStatic memberPlotBarChartNormal Plots the currently selected data columns of a worksheet as horizontal 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 memberPlotLine(IWorksheetController, Boolean, Boolean) Plots the currently selected data columns of a worksheet.
Public methodStatic memberPlotLine(DataTable, IAscendingIntegerCollection, Boolean, Boolean, String) Plots selected data columns of a table.
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 memberPlotStyle_Bar Creates a plot style collection for a bar graph.
Public methodStatic memberPlotStyle_Line Creates a 3D line plot style collection.
Public methodStatic memberPlotStyle_Line_Symbol Creates a 3D line-and-symbol plot style collection.
Public methodStatic memberPlotStyle_Symbol Creates a 3D symbol plot style collection.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also