Click or drag to resize

ColumnPlotDataControllerBaseTModelPlotItemColumns Property

Gets or sets the controllers for the displayed plot-item columns.

Namespace: Altaxo.Gui.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ObservableCollection<SingleColumnController> PlotItemColumns { get; set; }

Property Value

ObservableCollectionSingleColumnController
See Also