Click or drag to resize

IColumnPlotData Interface

Common interface to column plot data as XYColumnPlotData or XYZColumnPlotData.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IColumnPlotData : ICloneable

The IColumnPlotData type exposes the following members.

Properties
 NameDescription
Public propertyDataRowSelection The selection of data rows to be plotted.
Public propertyDataTable Gets or sets the underlying data table. If this property is the underlying table must be determined from the data columns.
Public propertyGroupNumber Gets or sets the group number of the data columns.
Top
Methods
 NameDescription
Public methodCloneCreates a new object that is a copy of the current instance.
(Inherited from ICloneable)
Public methodGetAdditionallyUsedColumns Gets the columns used additionally by this style, e.g. the label column for a label plot style, or the error columns for an error bar plot style.
Public methodGetDependentVariable Gets the dependent variable column with index i.
Top
See Also