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.3179.0 (4.8.3179.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 propertyDataTableGets the underlying data table. If this property is null (happens with old deserialization), the underlying table must be determined from the data columns.
Public propertyGroupNumberThe group number of the data columns. All data columns should have this group number. Data columns having other group numbers will be marked.
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