Click or drag to resize

ListOfXAndYColumnControllerDataItems Property

Gets or sets the controller for the current plot data items.

Namespace: Altaxo.Gui.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ItemsController<XAndYColumn?> DataItems { get; set; }

Property Value

ItemsControllerXAndYColumn
See Also