Click or drag to resize

ColumnPlotDataControllerBaseTModelPlotColumnInformationInternalColumnSetter Property

Action to set the column property back in the style, if Apply of this controller is called. First argument is the column, second argument is the supposed parent data table, third the group number.

Namespace: Altaxo.Gui.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Action<IReadableColumn, DataTable, int> ColumnSetter { get; set; }

Property Value

ActionIReadableColumn, DataTable, Int32
See Also