Click or drag to resize

IColumnPlotDataDataTable Property

Gets the underlying data table. If this property is null (happens with old deserialization), the underlying table must be determined from the data columns.

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

Property Value

DataTable
See Also