Click or drag to resize

TextGraphic_cachedSymbolPositions Field

Hashtable where the keys are graphic paths giving the position of a symbol into the list, and the values are the plot items.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected Dictionary<GraphicsPath, IGPlotItem> _cachedSymbolPositions

Field Value

DictionaryGraphicsPath, IGPlotItem
See Also