Click or drag to resize

XYColumnPlotDataDataTable Property

Gets or sets the data table used by this plot data.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DataTable DataTable { get; set; }

Property Value

DataTable

Implements

IColumnPlotDataDataTable
See Also