Click or drag to resize

PlotCommands3D Methods

The PlotCommands3D type exposes the following members.

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