Click or drag to resize

ScatterPlotStyleControllerSimilarSymbolChoices Property

List with symbol lists containing the same order of symbol shapes. The text here is the name of the symbol list (!), whereas the tag is the symbol with the same shape as the currently choosen shape. Because of this, the content must change every time the user choose another symbol

Namespace: Altaxo.Gui.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ItemsController<IScatterSymbol> SimilarSymbolChoices { get; set; }

Property Value

ItemsControllerIScatterSymbol
See Also