Click or drag to resize

ColumnPlotDataExchangeDataBasePlotItemsOrPlotData Property

Gets or sets the plot items or plot data, for which either the underlying data table or data columns should be changed.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerable<Object> PlotItemsOrPlotData { get; protected set; }

Property Value

IEnumerableObject
See Also