IColumn |
public interface IColumnPlotData : ICloneable
The IColumnPlotData type exposes the following members.
Name | Description | |
---|---|---|
DataRowSelection | The selection of data rows to be plotted. | |
DataTable | Gets the underlying data table. If this property is null (happens with old deserialization), the underlying table must be determined from the data columns. | |
GroupNumber | The group number of the data columns. All data columns should have this group number. Data columns having other group numbers will be marked. |
Name | Description | |
---|---|---|
Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable) | |
GetAdditionallyUsedColumns | 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. | |
GetDependentVariable | Gets the dependent variable column with index i. |